summaryrefslogtreecommitdiff
path: root/security/fwtk/files/patch-an
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-10 16:31:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-10 16:31:13 +0000
commit431133bf980eb60d1eef418041a646d83d8b74be (patch)
treec0b2f40f3835deed638606ef118cc8b1bcea4c0b /security/fwtk/files/patch-an
parentUnbreak. (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-an14
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)