]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/tcpdump-4.0.0-noINET.patch
Stop dhcpcd before starting if it was running
[people/pmueller/ipfire-2.x.git] / src / patches / tcpdump-4.0.0-noINET.patch
CommitLineData
08a65f33
SS
1--- tcpdump-4.0.0.orig/print-enc.c 2008-09-01 09:44:22.000000000 +0700
2+++ tcpdump-4.0.0/print-enc.c 2008-11-10 21:40:52.000000000 +0700
3@@ -77,9 +77,11 @@
4 case AF_INET:
5 ip_print(gndo, p, length);
6 break;
7+#ifdef INTE6
8 case AF_INET6:
9 ip6_print(p, length);
10 break;
11+#endif
12 }
13
14 out: