diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-27 15:27:04 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-27 15:27:04 +0000 |
commit | e2aedd8abd3ca3fb06e9a7ca9ccb01278ff31386 (patch) | |
tree | 6f70fd9588858cfa314056ee54c090493d3fcc75 /archivers/arc/files/patch-arc.h | |
parent | devel/py-nose: Update to 1.3.3, Fix tests (diff) |
Start cleaning up some of the uselessly ambigious patches named
patch-xy, and giving them proper names.
Diffstat (limited to 'archivers/arc/files/patch-arc.h')
-rw-r--r-- | archivers/arc/files/patch-arc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/arc/files/patch-arc.h b/archivers/arc/files/patch-arc.h new file mode 100644 index 000000000000..a228e9d11dfd --- /dev/null +++ b/archivers/arc/files/patch-arc.h @@ -0,0 +1,11 @@ +--- ./arc.h.orig Tue Aug 10 23:03:24 1999 ++++ ./arc.h Tue Aug 10 23:01:55 1999 +@@ -106,7 +106,7 @@ + #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 */ |