8f400fede0
OK jasper@ sthen@ OK wcmaier@ (MAINTAINER) and who wants to drop maintainership
13 lines
577 B
Plaintext
13 lines
577 B
Plaintext
$OpenBSD: patch-arcdata_c,v 1.3 2011/05/23 13:42:10 gsoares Exp $
|
|
--- arcdata.c.orig Sat Aug 7 10:06:42 2010
|
|
+++ arcdata.c Thu May 19 23:35:46 2011
|
|
@@ -35,7 +35,7 @@ char tmpchr[2] = "-";/* Temporary file pref
|
|
#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 */
|