mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
472 B
C
11 lines
472 B
C
--- arc.h.orig 2013-06-27 02:00:19 UTC
|
|
+++ arc.h
|
|
@@ -104,7 +104,7 @@ extern int hold; /* hold screen before exiting *
|
|
#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 */
|