diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-05 09:54:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-05 09:54:34 +0000 |
commit | e600fc0d2342e5f0ad4a5858821ff4910ac8edcb (patch) | |
tree | 77068224ad3ae4fda010b842c07b4c35ba3b194e /package/libs/libpcap/patches/201-space_optimization.patch | |
parent | 3e5042bec2aa6d359e51c27a395e4765181d24de (diff) | |
download | upstream-e600fc0d2342e5f0ad4a5858821ff4910ac8edcb.tar.gz upstream-e600fc0d2342e5f0ad4a5858821ff4910ac8edcb.tar.bz2 upstream-e600fc0d2342e5f0ad4a5858821ff4910ac8edcb.zip |
libpcap: update to current upstream version 1.5.3
-size_of(old libpcap-1.3.0) = 85228 Byte
-size_of(new libpcap-1.5.3) = 88587 Byte
=> ~3.3 KByte increase
SVN-Revision: 39473
Diffstat (limited to 'package/libs/libpcap/patches/201-space_optimization.patch')
-rw-r--r-- | package/libs/libpcap/patches/201-space_optimization.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/libpcap/patches/201-space_optimization.patch b/package/libs/libpcap/patches/201-space_optimization.patch index f3eec4c839..ee3cd3b858 100644 --- a/package/libs/libpcap/patches/201-space_optimization.patch +++ b/package/libs/libpcap/patches/201-space_optimization.patch @@ -1,6 +1,6 @@ --- a/gencode.c +++ b/gencode.c -@@ -491,20 +491,6 @@ pcap_compile_nopcap(int snaplen_arg, int +@@ -511,20 +511,6 @@ pcap_compile_nopcap(int snaplen_arg, int } /* @@ -23,7 +23,7 @@ * back to another unresolved block (or nil). At least one of the fields --- a/pcap.c +++ b/pcap.c -@@ -748,6 +748,59 @@ static const u_char charmap[] = { +@@ -1075,6 +1075,59 @@ static const u_char charmap[] = { (u_char)'\374', (u_char)'\375', (u_char)'\376', (u_char)'\377', }; @@ -85,7 +85,7 @@ { --- a/optimize.c +++ b/optimize.c -@@ -2292,45 +2292,6 @@ icode_to_fcode(root, lenp) +@@ -2193,45 +2193,6 @@ icode_to_fcode(struct block *root, u_int return fp; } @@ -130,4 +130,4 @@ - #ifdef BDEBUG static void - opt_dump(root) + opt_dump(struct block *root) |