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 | 0bd68125b4319049db5ce4327da3c68d4734bc7d (patch) | |
tree | c7b6b65eb5964c169542463cc5b2478d609fb812 | |
parent | 6ba224a039f59dcd893bb88666ed2d197ade0b2a (diff) | |
download | upstream-0bd68125b4319049db5ce4327da3c68d4734bc7d.tar.gz upstream-0bd68125b4319049db5ce4327da3c68d4734bc7d.tar.bz2 upstream-0bd68125b4319049db5ce4327da3c68d4734bc7d.zip |
fix ipset compile error on 2.6.27 Signed-off-by: Alexandros C. Couloumbis
SVN-Revision: 13168
-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> + |