summaryrefslogtreecommitdiff
path: root/net-mgmt/p0f
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-12-18 04:13:29 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-12-18 04:13:29 +0000
commit5364f2e0bd7bb6a5dbf7d33f955e822c2b7c18c3 (patch)
treea714f306beee7625c9d63a58cb416f470886e3f2 /net-mgmt/p0f
parentRemove the OpenSSL distinfo entry. (diff)
Enable compilation under FreeBSD 4.9.
Submitted by: "je" of sekure.net
Notes
Notes: svn path=/head/; revision=96128
Diffstat (limited to 'net-mgmt/p0f')
-rw-r--r--net-mgmt/p0f/files/patch-test_p0fq.c12
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>