diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-10 11:59:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-10 11:59:41 +0000 |
commit | 067e782574fb2dab54914b747ec0b5b86e6d74ce (patch) | |
tree | d9fedee35eeec5ced026745304948d3c302632d9 /target/linux | |
parent | 0dc139ac310631880f54fd01f779ef139cfb7a1a (diff) | |
download | upstream-067e782574fb2dab54914b747ec0b5b86e6d74ce.tar.gz upstream-067e782574fb2dab54914b747ec0b5b86e6d74ce.tar.bz2 upstream-067e782574fb2dab54914b747ec0b5b86e6d74ce.zip |
[kernel] fix ipset compile error on 2.6.27
Signed-off-by: Alexandros C. Couloumbis
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13168 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch b/target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch index fec3e3d907..111cb32a07 100644 --- a/target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch +++ b/target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch @@ -1162,9 +1162,9 @@ +#include <linux/jhash.h> +#include <linux/netfilter_ipv4/ip_tables.h> +#include <linux/errno.h> ++#include <linux/semaphore.h> +#include <asm/uaccess.h> +#include <asm/bitops.h> -+#include <asm/semaphore.h> +#include <linux/spinlock.h> +#include <linux/vmalloc.h> + |