diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-24 08:17:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-24 08:17:07 +0000 |
commit | 124f193294c15b12befbaf02452902e057acc730 (patch) | |
tree | 6fb18ae3c015ea516a276812083d4be54fbbf1e4 /security/fwlogwatch/files/patch-net.c | |
parent | 3a08da400481deb3a421c1f2f632209bc2901a11 (diff) |
Notes
Diffstat (limited to 'security/fwlogwatch/files/patch-net.c')
-rw-r--r-- | security/fwlogwatch/files/patch-net.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/fwlogwatch/files/patch-net.c b/security/fwlogwatch/files/patch-net.c new file mode 100644 index 000000000000..5bd673180224 --- /dev/null +++ b/security/fwlogwatch/files/patch-net.c @@ -0,0 +1,10 @@ +--- net.c.orig Wed Mar 31 22:16:29 2004 ++++ net.c Tue May 18 21:51:03 2004 +@@ -15,6 +15,7 @@ + #include <netinet/in.h> + #include <arpa/inet.h> + #include <signal.h> ++#include <limits.h> + + #ifndef __OpenBSD__ + #ifndef __FreeBSD__ |