freebsd-ports/security/fwtk/files/patch-an
David E. O'Brien 431133bf98 * 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.
1998-12-10 16:31:13 +00:00

14 lines
241 B
Text

--- 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)