X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Flibpcap%2Fpatches%2F201-space_optimization.patch;h=f3eec4c839af3dfe2c3ca5cf256f0e91c9b319fd;hb=ee17aa6f614a672be46a3c5ded1d282ee448e02e;hp=29c293b623943ae1a1c0aea2a13894bb9045aa10;hpb=391a1547ed1c10714f6ec77f5e3f25b3095b006c;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/package/libpcap/patches/201-space_optimization.patch b/package/libpcap/patches/201-space_optimization.patch index 29c293b623..f3eec4c839 100644 --- a/package/libpcap/patches/201-space_optimization.patch +++ b/package/libpcap/patches/201-space_optimization.patch @@ -1,6 +1,6 @@ --- a/gencode.c +++ b/gencode.c -@@ -439,20 +439,6 @@ pcap_compile_nopcap(int snaplen_arg, int +@@ -491,20 +491,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 -@@ -698,6 +698,59 @@ static const u_char charmap[] = { +@@ -748,6 +748,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 -@@ -2278,45 +2278,6 @@ icode_to_fcode(root, lenp) +@@ -2292,45 +2292,6 @@ icode_to_fcode(root, lenp) return fp; }