diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 20:09:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 20:09:09 +0200 |
commit | 9d8ce74086152a6431f92e95533a31a0cd6b2d23 (patch) | |
tree | 114dea73035cef5daa129fec4da31febf292dd66 /package/tcpdump/patches/patch-print-enc_c | |
parent | d797df53c90b50b326fb0f39a6928e207e1cbe1d (diff) | |
parent | 4fa46b6a63a479a7a216b519c329dbfe53b0ca39 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/tcpdump/patches/patch-print-enc_c')
-rw-r--r-- | package/tcpdump/patches/patch-print-enc_c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/tcpdump/patches/patch-print-enc_c b/package/tcpdump/patches/patch-print-enc_c deleted file mode 100644 index d1e6f3460..000000000 --- a/package/tcpdump/patches/patch-print-enc_c +++ /dev/null @@ -1,19 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ - -* already fixed in git head - http://sourceforge.net/tracker/?func=detail&aid=2679354&group_id=53066&atid=469575 - ---- tcpdump-4.0.0.orig/print-enc.c 2008-09-01 04:44:22.000000000 +0200 -+++ tcpdump-4.0.0/print-enc.c 2009-04-17 19:52:13.071285657 +0200 -@@ -77,9 +77,11 @@ enc_if_print(const struct pcap_pkthdr *h - case AF_INET: - ip_print(gndo, p, length); - break; -+#ifdef INET6 - case AF_INET6: - ip6_print(p, length); - break; -+#endif - } - - out: |