summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-01-18 06:35:54 +0000
committerNicolas Thill <nico@openwrt.org>2009-01-18 06:35:54 +0000
commit28a92fe717a88222a27ad883d5d976fe18cbcef3 (patch)
treedc4d6db113ca596116e482fe2b2a8d10f1d70ed4 /package
parentc7eb38ef4e3fdc11be4f12462312b1e5ee268507 (diff)
downloadmaster-31e0f0ae-28a92fe717a88222a27ad883d5d976fe18cbcef3.tar.gz
master-31e0f0ae-28a92fe717a88222a27ad883d5d976fe18cbcef3.tar.bz2
master-31e0f0ae-28a92fe717a88222a27ad883d5d976fe18cbcef3.zip
fix userland netfilter headers installed by iptables
SVN-Revision: 14083
Diffstat (limited to 'package')
-rw-r--r--package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch
new file mode 100644
index 0000000000..761f1c4977
--- /dev/null
+++ b/package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch
@@ -0,0 +1,10 @@
+--- a/include/linux/netfilter.h
++++ b/include/linux/netfilter.h
+@@ -1,6 +1,7 @@
+ #ifndef __LINUX_NETFILTER_H
+ #define __LINUX_NETFILTER_H
+
++#include <linux/types.h>
+
+ /* Responses from hook functions. */
+ #define NF_DROP 0