packages/libs/libnids/patches/001-no_asm_for_i386.patch

12 lines
229 B
Diff
Raw Normal View History

--- 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
/*