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-mgmt/p0f | |
parent | 6c688d593f20e17369f5a1a8e8d3773dfe36ac54 (diff) | |
download | ports-5364f2e0bd7bb6a5dbf7d33f955e822c2b7c18c3.tar.gz ports-5364f2e0bd7bb6a5dbf7d33f955e822c2b7c18c3.zip |
Notes
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> |