X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibs%2Flibpcap%2Fpatches%2F201-space_optimization.patch;h=ee3cd3b8586f3e9601f83c80c24dc9a023c3f404;hb=f20b989b65d820b042818af884f809b92ac9007c;hp=f3eec4c839af3dfe2c3ca5cf256f0e91c9b319fd;hpb=4083a66c8e92d61f2db51e4086960daf0d9ee761;p=openwrt-github%2F.git 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)