source: freewrt/package/ipset/patches/kernel26.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: 2.3 KB
  • ipset-2.2.3

    diff -Nur ipset-2.2.3.orig/ipset.c ipset-2.2.3/ipset.c
    old new  
    2121#include <stdarg.h>
    2222#include <netdb.h>
    2323#include <dlfcn.h>
    24 #include <asm/bitops.h>
    2524
    2625#include "ipset.h"
    2726
  • ipset_iphash.c

    diff -Nur ipset-2.2.3.orig/ipset_iphash.c ipset-2.2.3/ipset_iphash.c
    old new  
    2525#include <sys/types.h>
    2626#include <netinet/in.h>
    2727#include <arpa/inet.h>
    28 #include <asm/bitops.h>
    2928#include <asm/types.h>
    3029
    3130#include <linux/netfilter_ipv4/ip_set_iphash.h>
  • ipset_ipmap.c

    diff -Nur ipset-2.2.3.orig/ipset_ipmap.c ipset-2.2.3/ipset_ipmap.c
    old new  
    2222#include <sys/socket.h>
    2323#include <netinet/in.h>
    2424#include <arpa/inet.h>
    25 #include <asm/bitops.h>
    2625
    2726#include <linux/netfilter_ipv4/ip_set_ipmap.h>
    2827#include "ipset.h"
  • ipset_macipmap.c

    diff -Nur ipset-2.2.3.orig/ipset_macipmap.c ipset-2.2.3/ipset_macipmap.c
    old new  
    2424#include <sys/socket.h>
    2525#include <netinet/in.h>
    2626#include <arpa/inet.h>
    27 #include <asm/bitops.h>
    2827#include <linux/if_ether.h>
    2928
    3029#include <linux/netfilter_ipv4/ip_set_macipmap.h>
  • ipset_nethash.c

    diff -Nur ipset-2.2.3.orig/ipset_nethash.c ipset-2.2.3/ipset_nethash.c
    old new  
    2525#include <sys/types.h>
    2626#include <netinet/in.h>
    2727#include <arpa/inet.h>
    28 #include <asm/bitops.h>
    2928#include <asm/types.h>
    3029
    3130#include <linux/netfilter_ipv4/ip_set_nethash.h>
  • ipset_portmap.c

    diff -Nur ipset-2.2.3.orig/ipset_portmap.c ipset-2.2.3/ipset_portmap.c
    old new  
    2121#include <sys/socket.h>
    2222#include <netinet/in.h>
    2323#include <arpa/inet.h>
    24 #include <asm/bitops.h>
    2524
    2625#include <linux/netfilter_ipv4/ip_set_portmap.h>
    2726#include "ipset.h"
Note: See TracBrowser for help on using the repository browser.