09f9bc1746
The upstream code now opens temporary files in a secure manner.
13 lines
561 B
Plaintext
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 */
|