refresh all package patches in the buildroot using quilt
[openwrt/staging/florian.git] / package / ipset / patches / 001-kernel_26.patch
1 Index: ipset-2.2.3/ipset.c
2 ===================================================================
3 --- ipset-2.2.3.orig/ipset.c 2007-06-04 13:22:37.544147704 +0200
4 +++ ipset-2.2.3/ipset.c 2007-06-04 13:22:37.644132504 +0200
5 @@ -21,7 +21,6 @@
6 #include <stdarg.h>
7 #include <netdb.h>
8 #include <dlfcn.h>
9 -#include <asm/bitops.h>
10
11 #include "ipset.h"
12
13 Index: ipset-2.2.3/ipset_iphash.c
14 ===================================================================
15 --- ipset-2.2.3.orig/ipset_iphash.c 2007-06-04 13:22:37.550146792 +0200
16 +++ ipset-2.2.3/ipset_iphash.c 2007-06-04 13:22:37.644132504 +0200
17 @@ -25,7 +25,6 @@
18 #include <sys/types.h>
19 #include <netinet/in.h>
20 #include <arpa/inet.h>
21 -#include <asm/bitops.h>
22 #include <asm/types.h>
23
24 #include <linux/netfilter_ipv4/ip_set_iphash.h>
25 Index: ipset-2.2.3/ipset_ipmap.c
26 ===================================================================
27 --- ipset-2.2.3.orig/ipset_ipmap.c 2007-06-04 13:22:37.556145880 +0200
28 +++ ipset-2.2.3/ipset_ipmap.c 2007-06-04 13:22:37.644132504 +0200
29 @@ -22,7 +22,6 @@
30 #include <sys/socket.h>
31 #include <netinet/in.h>
32 #include <arpa/inet.h>
33 -#include <asm/bitops.h>
34
35 #include <linux/netfilter_ipv4/ip_set_ipmap.h>
36 #include "ipset.h"
37 Index: ipset-2.2.3/ipset_macipmap.c
38 ===================================================================
39 --- ipset-2.2.3.orig/ipset_macipmap.c 2007-06-04 13:22:37.561145120 +0200
40 +++ ipset-2.2.3/ipset_macipmap.c 2007-06-04 13:22:37.645132352 +0200
41 @@ -24,7 +24,6 @@
42 #include <sys/socket.h>
43 #include <netinet/in.h>
44 #include <arpa/inet.h>
45 -#include <asm/bitops.h>
46 #include <linux/if_ether.h>
47
48 #include <linux/netfilter_ipv4/ip_set_macipmap.h>
49 Index: ipset-2.2.3/ipset_nethash.c
50 ===================================================================
51 --- ipset-2.2.3.orig/ipset_nethash.c 2007-06-04 13:22:37.567144208 +0200
52 +++ ipset-2.2.3/ipset_nethash.c 2007-06-04 13:22:37.645132352 +0200
53 @@ -25,7 +25,6 @@
54 #include <sys/types.h>
55 #include <netinet/in.h>
56 #include <arpa/inet.h>
57 -#include <asm/bitops.h>
58 #include <asm/types.h>
59
60 #include <linux/netfilter_ipv4/ip_set_nethash.h>
61 Index: ipset-2.2.3/ipset_portmap.c
62 ===================================================================
63 --- ipset-2.2.3.orig/ipset_portmap.c 2007-06-04 13:22:37.573143296 +0200
64 +++ ipset-2.2.3/ipset_portmap.c 2007-06-04 13:22:37.645132352 +0200
65 @@ -21,7 +21,6 @@
66 #include <sys/socket.h>
67 #include <netinet/in.h>
68 #include <arpa/inet.h>
69 -#include <asm/bitops.h>
70
71 #include <linux/netfilter_ipv4/ip_set_portmap.h>
72 #include "ipset.h"