aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-04-29 11:31:20 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-04-29 11:31:20 +0000
commit39581414ad8b626e04ec0dc382aee163fd91dea2 (patch)
tree754004ec31918d3170017554ac4f598c18916fce /package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch
parent8ec04dd8be7fbb28510a9b38a40242e1797f8f13 (diff)
downloadmaster-187ad058-39581414ad8b626e04ec0dc382aee163fd91dea2.tar.gz
master-187ad058-39581414ad8b626e04ec0dc382aee163fd91dea2.tar.bz2
master-187ad058-39581414ad8b626e04ec0dc382aee163fd91dea2.zip
upgrade iptables to 1.4.3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15478 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch')
-rw-r--r--package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch10
1 files changed, 0 insertions, 10 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
deleted file mode 100644
index 761f1c4977..0000000000
--- a/package/iptables/patches/1.4.1.1/008-netfilter_include_linux_type_h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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