diff options
Diffstat (limited to 'security/fwtk/files/patch-am')
-rw-r--r-- | security/fwtk/files/patch-am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/fwtk/files/patch-am b/security/fwtk/files/patch-am new file mode 100644 index 0000000..a5472f2 --- /dev/null +++ b/security/fwtk/files/patch-am @@ -0,0 +1,14 @@ +--- lib/daemon.c.orig Thu Feb 5 16:01:34 1998 ++++ lib/daemon.c Thu Dec 10 07:57:36 1998 +@@ -11,10 +11,10 @@ + * added sleep on bind failure. + */ + ++#include <sys/types.h> + #include <sys/signal.h> + #include <syslog.h> + #include <errno.h> +-#include <sys/types.h> + #include <sys/socket.h> + #ifdef SYSV + #include <sys/sockio.h> |