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-arcdata.c | |
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.
Notes
Notes:
svn path=/head/; revision=363075
Diffstat (limited to 'archivers/arc/files/patch-arcdata.c')
-rw-r--r-- | archivers/arc/files/patch-arcdata.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/arc/files/patch-arcdata.c b/archivers/arc/files/patch-arcdata.c new file mode 100644 index 000000000000..f9e7a9067de8 --- /dev/null +++ b/archivers/arc/files/patch-arcdata.c @@ -0,0 +1,11 @@ +--- ./arcdata.c.orig Tue Aug 10 23:03:24 1999 ++++ ./arcdata.c Tue Aug 10 23:01:56 1999 +@@ -35,7 +35,7 @@ + #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 */ |