source:
freewrt/package/ipset/patches/kernel26.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| 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 21 21 #include <stdarg.h> 22 22 #include <netdb.h> 23 23 #include <dlfcn.h> 24 #include <asm/bitops.h>25 24 26 25 #include "ipset.h" 27 26 -
ipset_iphash.c
diff -Nur ipset-2.2.3.orig/ipset_iphash.c ipset-2.2.3/ipset_iphash.c
old new 25 25 #include <sys/types.h> 26 26 #include <netinet/in.h> 27 27 #include <arpa/inet.h> 28 #include <asm/bitops.h>29 28 #include <asm/types.h> 30 29 31 30 #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 22 22 #include <sys/socket.h> 23 23 #include <netinet/in.h> 24 24 #include <arpa/inet.h> 25 #include <asm/bitops.h>26 25 27 26 #include <linux/netfilter_ipv4/ip_set_ipmap.h> 28 27 #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 24 24 #include <sys/socket.h> 25 25 #include <netinet/in.h> 26 26 #include <arpa/inet.h> 27 #include <asm/bitops.h>28 27 #include <linux/if_ether.h> 29 28 30 29 #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 25 25 #include <sys/types.h> 26 26 #include <netinet/in.h> 27 27 #include <arpa/inet.h> 28 #include <asm/bitops.h>29 28 #include <asm/types.h> 30 29 31 30 #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 21 21 #include <sys/socket.h> 22 22 #include <netinet/in.h> 23 23 #include <arpa/inet.h> 24 #include <asm/bitops.h>25 24 26 25 #include <linux/netfilter_ipv4/ip_set_portmap.h> 27 26 #include "ipset.h"
Note:
See TracBrowser
for help on using the repository browser.
