0a0f791cf2
Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 38708
12 lines
229 B
Diff
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
|
|
|
|
/*
|