From 431133bf980eb60d1eef418041a646d83d8b74be Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 10 Dec 1998 16:31:13 +0000 Subject: * 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. --- security/fwtk/files/patch-an | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 security/fwtk/files/patch-an (limited to 'security/fwtk/files/patch-an') 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 + ++/* + extern int errno; + extern char *sys_errlist[]; + extern int sys_nerr; ++*/ + + char * + strerror(x) -- cgit v1.2.3