summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-11-10 11:59:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-11-10 11:59:41 +0000
commit0bd68125b4319049db5ce4327da3c68d4734bc7d (patch)
treec7b6b65eb5964c169542463cc5b2478d609fb812 /target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch
parent6ba224a039f59dcd893bb88666ed2d197ade0b2a (diff)
downloadmaster-31e0f0ae-0bd68125b4319049db5ce4327da3c68d4734bc7d.tar.gz
master-31e0f0ae-0bd68125b4319049db5ce4327da3c68d4734bc7d.tar.bz2
master-31e0f0ae-0bd68125b4319049db5ce4327da3c68d4734bc7d.zip
fix ipset compile error on 2.6.27 Signed-off-by: Alexandros C. Couloumbis
SVN-Revision: 13168
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch2
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>
+