source: freewrt/package/libnids/patches/no_asm_for_i386.patch@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 394 bytes
  • src/checksum.c

    diff -ruN libnids-1.18-orig/src/checksum.c libnids-1.18/src/checksum.c
    old new  
    44#include <netinet/tcp.h>
    55#include <netinet/udp.h>
    66
    7 #if ( __i386__ || __i386 )
     7#if 0
    88// all asm procedures are copied from Linux 2.0.36 and 2.2.10 kernels
    99
    1010/*
Note: See TracBrowser for help on using the repository browser.