summaryrefslogtreecommitdiff
path: root/net/ngrep-lib/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-02-28 11:24:53 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-02-28 11:24:53 +0000
commit124ae27621ed41d01504ff583f4f2301a6190114 (patch)
tree416bad323f010fc1c51f7276337bce7366f968e9 /net/ngrep-lib/files
parentFix problems which where there during running of the program: (diff)
Fix building and running on 5.2.1.
Notes
Notes: svn path=/head/; revision=102380
Diffstat (limited to 'net/ngrep-lib/files')
-rw-r--r--net/ngrep-lib/files/patch-ngrep-lib.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ngrep-lib/files/patch-ngrep-lib.c b/net/ngrep-lib/files/patch-ngrep-lib.c
new file mode 100644
index 000000000000..475ff54a8e39
--- /dev/null
+++ b/net/ngrep-lib/files/patch-ngrep-lib.c
@@ -0,0 +1,10 @@
+--- ngrep-lib.c.orig Sat Feb 28 22:23:31 2004
++++ ngrep-lib.c Sat Feb 28 22:23:46 2004
+@@ -51,6 +51,7 @@
+ #include <netinet/udp.h>
+ #include <netinet/ip_icmp.h>
+
++#define PCAP_DONT_INCLUDE_PCAP_BPF_H
+ #include <pcap.h>
+ #include <net/bpf.h>
+