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, 0 insertions, 15 deletions
diff --git a/net/tcpdump/files/extra-patch-tcpdump.c b/net/tcpdump/files/extra-patch-tcpdump.c
deleted file mode 100644
index 348eaa29bb46..000000000000
--- a/net/tcpdump/files/extra-patch-tcpdump.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- tcpdump.c.orig Wed Mar 17 19:47:48 2004
-+++ tcpdump.c Wed Mar 31 01:03:41 2004
-@@ -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 */