Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/archivers/arc/files/patch-arc.h
16461 views
1
--- arc.h.orig 2013-06-27 02:00:19 UTC
2
+++ arc.h
3
@@ -104,7 +104,7 @@ extern int hold; /* hold screen before exiting *
4
#if GEMDOS
5
extern int hold; /* hold screen before exiting */
6
#endif
7
-extern int warn; /* true to print warnings */
8
+extern int arcwarn; /* true to print warnings */
9
extern int note; /* true to print comments */
10
extern int bose; /* true to be verbose */
11
extern int nocomp; /* true to suppress compression */
12
13