diff options
author | trevor <trevor@FreeBSD.org> | 2003-12-18 12:13:29 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-12-18 12:13:29 +0800 |
commit | 55d1c27620dc7fcb5eb6fa5d2882cd5e7987c753 (patch) | |
tree | 442b87e611b16c9ab8881038653c61f7fd627391 /net-mgmt/p0f | |
parent | 4f6e74b282a79f0fea1770e75d76a9988348dd6b (diff) | |
download | freebsd-ports-gnome-55d1c27620dc7fcb5eb6fa5d2882cd5e7987c753.tar.gz freebsd-ports-gnome-55d1c27620dc7fcb5eb6fa5d2882cd5e7987c753.tar.zst freebsd-ports-gnome-55d1c27620dc7fcb5eb6fa5d2882cd5e7987c753.zip |
Enable compilation under FreeBSD 4.9.
Submitted by: "je" of sekure.net
Diffstat (limited to 'net-mgmt/p0f')
-rw-r--r-- | net-mgmt/p0f/files/patch-test_p0fq.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/p0f/files/patch-test_p0fq.c b/net-mgmt/p0f/files/patch-test_p0fq.c new file mode 100644 index 000000000000..eb1d0372afb1 --- /dev/null +++ b/net-mgmt/p0f/files/patch-test_p0fq.c @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- test/p0fq.c.orig Fri Oct 10 14:51:08 2003 ++++ test/p0fq.c Wed Dec 17 20:10:31 2003 +@@ -14,6 +14,7 @@ + + */ + ++#include <sys/types.h> + #include <sys/socket.h> + #include <stdio.h> + #include <stdlib.h> |