diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-10 16:31:13 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-10 16:31:13 +0000 |
commit | 431133bf980eb60d1eef418041a646d83d8b74be (patch) | |
tree | c0b2f40f3835deed638606ef118cc8b1bcea4c0b /security/fwtk/files/patch-an | |
parent | Unbreak. (misc/rpm is not broken) (diff) |
* Fix compiling on 3.0.x. They include headers in the most non-"standard"
order I've ever seen. Haven't these guys ever done Unix programming
before?
* Quiet some compiling warnings. For "security" software, this code should
NOT have as many warnings and unused vars as it does.
Notes
Notes:
svn path=/head/; revision=15252
Diffstat (limited to 'security/fwtk/files/patch-an')
-rw-r--r-- | security/fwtk/files/patch-an | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/fwtk/files/patch-an b/security/fwtk/files/patch-an new file mode 100644 index 000000000000..f5fb2183693a --- /dev/null +++ b/security/fwtk/files/patch-an @@ -0,0 +1,14 @@ +--- lib/strerror.c.orig Tue Jan 7 18:03:01 1997 ++++ lib/strerror.c Thu Dec 10 08:19:59 1998 +@@ -11,9 +11,11 @@ + + #include <sys/errno.h> + ++/* + extern int errno; + extern char *sys_errlist[]; + extern int sys_nerr; ++*/ + + char * + strerror(x) |