openwrt_archive/libs/libnids/patches/001-no_asm_for_i386.patch
Peter Wagner 0a0f791cf2 [packages] libnids: update to 1.24
Signed-off-by: Peter Wagner <tripolar@gmx.at>


SVN-Revision: 38708
2013-11-10 18:09:22 +00:00

12 lines
229 B
Diff

--- a/src/checksum.c
+++ b/src/checksum.c
@@ -25,7 +25,7 @@ static int dontchksum(unsigned int ip)
return 0;
}
-#if ( __i386__ || __i386 )
+#if 0
// all asm procedures are copied from Linux 2.0.36 and 2.2.10 kernels
/*