summaryrefslogtreecommitdiff
path: root/net/tcpdump/files/extra-patch-tcpdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpdump/files/extra-patch-tcpdump.c')
-rw-r--r--net/tcpdump/files/extra-patch-tcpdump.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/tcpdump/files/extra-patch-tcpdump.c b/net/tcpdump/files/extra-patch-tcpdump.c
new file mode 100644
index 000000000000..27a98224c6f6
--- /dev/null
+++ b/net/tcpdump/files/extra-patch-tcpdump.c
@@ -0,0 +1,15 @@
+--- tcpdump.c.orig Wed Dec 10 19:04:45 2003
++++ tcpdump.c Wed Dec 10 19:09:25 2003
+@@ -69,6 +69,12 @@
+ #include "gmt2local.h"
+ #include "pcap-missing.h"
+
++/*
++ * XXX: quick and dirty until FreeBSD defines DLT_IEEE802_11_RADIO in
++ * <net/bpf.h>. -bms
++ */
++#include "ieee802_11_radio.h"
++
+ int dflag; /* print filter code */
+ int eflag; /* print ethernet header */
+ int fflag; /* don't translate "foreign" IP address */