summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/008-netfilter_include_linux_type_h.patch
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-23 22:28:32 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-23 22:28:32 +0000
commit07380cd8e3751fde72068f4629d7a423ca5d742c (patch)
treede25cd887c4c5b76ed4b1681e9353ac458c569fd /package/iptables/patches/008-netfilter_include_linux_type_h.patch
parentf5cd7301170228f13a30444dd8013eee58d3a4b1 (diff)
[package] iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19302 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/patches/008-netfilter_include_linux_type_h.patch')
-rw-r--r--package/iptables/patches/008-netfilter_include_linux_type_h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/iptables/patches/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/008-netfilter_include_linux_type_h.patch
new file mode 100644
index 000000000..761f1c497
--- /dev/null
+++ b/package/iptables/patches/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