let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / ipset / patches / kernel26.patch
1 diff -Nur ipset-2.2.3.orig/ipset.c ipset-2.2.3/ipset.c
2 --- ipset-2.2.3.orig/ipset.c    2005-04-05 09:56:02.000000000 +0200
3 +++ ipset-2.2.3/ipset.c 2005-09-29 13:07:07.446923250 +0200
4 @@ -21,7 +21,6 @@
5  #include <stdarg.h>
6  #include <netdb.h>
7  #include <dlfcn.h>
8 -#include <asm/bitops.h>
9  
10  #include "ipset.h"
11  
12 diff -Nur ipset-2.2.3.orig/ipset_iphash.c ipset-2.2.3/ipset_iphash.c
13 --- ipset-2.2.3.orig/ipset_iphash.c     2005-01-19 14:38:57.000000000 +0100
14 +++ ipset-2.2.3/ipset_iphash.c  2005-09-29 13:07:26.308102000 +0200
15 @@ -25,7 +25,6 @@
16  #include <sys/types.h>
17  #include <netinet/in.h>
18  #include <arpa/inet.h>
19 -#include <asm/bitops.h>
20  #include <asm/types.h>
21  
22  #include <linux/netfilter_ipv4/ip_set_iphash.h>
23 diff -Nur ipset-2.2.3.orig/ipset_ipmap.c ipset-2.2.3/ipset_ipmap.c
24 --- ipset-2.2.3.orig/ipset_ipmap.c      2005-01-19 14:38:57.000000000 +0100
25 +++ ipset-2.2.3/ipset_ipmap.c   2005-09-29 13:07:07.446923250 +0200
26 @@ -22,7 +22,6 @@
27  #include <sys/socket.h>
28  #include <netinet/in.h>
29  #include <arpa/inet.h>
30 -#include <asm/bitops.h>
31  
32  #include <linux/netfilter_ipv4/ip_set_ipmap.h>
33  #include "ipset.h"
34 diff -Nur ipset-2.2.3.orig/ipset_macipmap.c ipset-2.2.3/ipset_macipmap.c
35 --- ipset-2.2.3.orig/ipset_macipmap.c   2005-01-19 14:38:57.000000000 +0100
36 +++ ipset-2.2.3/ipset_macipmap.c        2005-09-29 13:07:07.446923250 +0200
37 @@ -24,7 +24,6 @@
38  #include <sys/socket.h>
39  #include <netinet/in.h>
40  #include <arpa/inet.h>
41 -#include <asm/bitops.h>
42  #include <linux/if_ether.h>
43  
44  #include <linux/netfilter_ipv4/ip_set_macipmap.h>
45 diff -Nur ipset-2.2.3.orig/ipset_nethash.c ipset-2.2.3/ipset_nethash.c
46 --- ipset-2.2.3.orig/ipset_nethash.c    2005-05-09 07:44:25.000000000 +0200
47 +++ ipset-2.2.3/ipset_nethash.c 2005-09-29 13:07:07.446923250 +0200
48 @@ -25,7 +25,6 @@
49  #include <sys/types.h>
50  #include <netinet/in.h>
51  #include <arpa/inet.h>
52 -#include <asm/bitops.h>
53  #include <asm/types.h>
54  
55  #include <linux/netfilter_ipv4/ip_set_nethash.h>
56 diff -Nur ipset-2.2.3.orig/ipset_portmap.c ipset-2.2.3/ipset_portmap.c
57 --- ipset-2.2.3.orig/ipset_portmap.c    2005-01-19 14:38:57.000000000 +0100
58 +++ ipset-2.2.3/ipset_portmap.c 2005-09-29 13:07:07.446923250 +0200
59 @@ -21,7 +21,6 @@
60  #include <sys/socket.h>
61  #include <netinet/in.h>
62  #include <arpa/inet.h>
63 -#include <asm/bitops.h>
64  
65  #include <linux/netfilter_ipv4/ip_set_portmap.h>
66  #include "ipset.h"