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-ah | |
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-ah')
-rw-r--r-- | archivers/arc/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/arc/files/patch-ah b/archivers/arc/files/patch-ah new file mode 100644 index 000000000000..f9e7a9067de8 --- /dev/null +++ b/archivers/arc/files/patch-ah @@ -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 */ |