aboutsummaryrefslogtreecommitdiff
path: root/net/trafshow/files
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-03-30 01:26:39 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-03-30 01:26:39 +0000
commitedad4d701c4bf59ebbc619fccf74790894ab54a9 (patch)
tree650e346bb51ca339a2cef23e59d22f5932fa134b /net/trafshow/files
parentada2201110bf87ce638675e4f70551576eb72369 (diff)
Notes
Diffstat (limited to 'net/trafshow/files')
-rw-r--r--net/trafshow/files/extra-patch-800074+23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/trafshow/files/extra-patch-800074+ b/net/trafshow/files/extra-patch-800074+
new file mode 100644
index 000000000000..be129daf9dbc
--- /dev/null
+++ b/net/trafshow/files/extra-patch-800074+
@@ -0,0 +1,23 @@
+#
+# http://lists.freebsd.org/pipermail/freebsd-ports/2009-March/053823.html
+#
+--- show_dump.c.orig 2009-03-29 23:18:16.000000000 +0400
++++ show_dump.c 2009-03-29 23:18:24.000000000 +0400
+@@ -30,6 +30,7 @@
+ #include <string.h>
+ #include <unistd.h>
+ #include <errno.h>
++#include <net/bpf.h>
+ #include <pcap.h>
+ #include <pthread.h>
+ #include <time.h>
+--- trafshow.c.orig 2009-03-29 23:18:49.000000000 +0400
++++ trafshow.c 2009-03-29 23:18:58.000000000 +0400
+@@ -30,6 +30,7 @@
+ #include <string.h>
+ #include <unistd.h>
+ #include <time.h>
++#include <net/bpf.h>
+ #include <pcap.h>
+ #include <pthread.h>
+ #include <errno.h>