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

$OpenBSD: patch-arcdata_c,v 1.2 2005/10/13 18:05:20 naddy Exp $
--- arcdata.c.orig Tue Oct 11 23:47:06 2005
+++ arcdata.c Tue Oct 11 23:47:19 2005
@@ -35,7 +35,7 @@ char tmpchr[2] = "-";/* Tempo
#if GEMDOS
int hold = 0; /* true to pause before exit */
#endif
-int warn = 1; /* true to print warnings */
+int arcwarn = 1; /* true to print warnings */
int note = 1; /* true to print comments */
int bose = 0; /* true to be verbose */
int nocomp = 0; /* true to suppress compression */