diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-05 09:27:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-05 09:27:28 +0000 |
commit | cf3d05cb927395f57268d4c69af78d82e622830e (patch) | |
tree | 3de0b56eba19bd1f893342599ed85dccf4029798 /archivers/arc/files/patch-ae | |
parent | This is a setuid root binary. sprintf()s of DNS hostnames into undersized (diff) |
From OpenBSD: generate tempfiles securely with mkstemps()
Approved by: Maintainer
Notes
Notes:
svn path=/head/; revision=26556
Diffstat (limited to 'archivers/arc/files/patch-ae')
-rw-r--r-- | archivers/arc/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/arc/files/patch-ae b/archivers/arc/files/patch-ae new file mode 100644 index 000000000000..a228e9d11dfd --- /dev/null +++ b/archivers/arc/files/patch-ae @@ -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 */ |