diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-12-18 04:13:29 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-12-18 04:13:29 +0000 |
commit | 5364f2e0bd7bb6a5dbf7d33f955e822c2b7c18c3 (patch) | |
tree | a714f306beee7625c9d63a58cb416f470886e3f2 /net/p0f | |
parent | Remove the OpenSSL distinfo entry. (diff) |
Enable compilation under FreeBSD 4.9.
Submitted by: "je" of sekure.net
Diffstat (limited to 'net/p0f')
-rw-r--r-- | net/p0f/files/patch-test_p0fq.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/p0f/files/patch-test_p0fq.c b/net/p0f/files/patch-test_p0fq.c new file mode 100644 index 000000000000..eb1d0372afb1 --- /dev/null +++ b/net/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> |