openbsd-ports/archivers/arc/patches/patch-arc_c
naddy 09f9bc1746 Update to 5.21n.
The upstream code now opens temporary files in a secure manner.
2005-10-13 18:05:20 +00:00

13 lines
387 B
Plaintext

$OpenBSD: patch-arc_c,v 1.2 2005/10/13 18:05:20 naddy Exp $
--- arc.c.orig Tue Oct 11 23:45:24 2005
+++ arc.c Tue Oct 11 23:45:36 2005
@@ -290,7 +290,7 @@ main(num, arg) /* system entry point *
keepbak = 1;
else if (*a == 'W') /* suppress warnings */
- warn = 0;
+ arcwarn = 0;
#if !DOS
else if (*a == 'I') /* image mode, no ASCII/EBCDIC x-late */
image = !image;