source:
freewrt/package/libnids/patches/no_asm_for_i386.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 394 bytes | |
-
src/checksum.c
diff -ruN libnids-1.18-orig/src/checksum.c libnids-1.18/src/checksum.c
old new 4 4 #include <netinet/tcp.h> 5 5 #include <netinet/udp.h> 6 6 7 #if ( __i386__ || __i386 )7 #if 0 8 8 // all asm procedures are copied from Linux 2.0.36 and 2.2.10 kernels 9 9 10 10 /*
Note:
See TracBrowser
for help on using the repository browser.
