openbsd-ports/archivers/arc/patches/patch-arc_h
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
544 B
Plaintext

$OpenBSD: patch-arc_h,v 1.2 2005/10/13 18:05:20 naddy Exp $
--- arc.h.orig Tue Oct 11 23:43:15 2005
+++ arc.h Tue Oct 11 23:43:25 2005
@@ -106,7 +106,7 @@ extern char tmpchr[2]; /* Temporary
#if GEMDOS
extern int hold; /* hold screen before exiting */
#endif
-extern int warn; /* true to print warnings */
+extern int arcwarn; /* true to print warnings */
extern int note; /* true to print comments */
extern int bose; /* true to be verbose */
extern int nocomp; /* true to suppress compression */