diff options
Diffstat (limited to 'net-mgmt/p0f/files')
-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> |