diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-02-15 09:31:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-02-15 09:31:07 +0000 |
commit | 4e45a1d1acaaf25be8bd435031634ad23a5a205d (patch) | |
tree | cc12f0b005ed12cb60c8d6d35348623cdb5ee137 /package/iptables | |
parent | 8cd2c6a4cd682a64d05d9055c88ef7e8c9c5841d (diff) | |
download | upstream-4e45a1d1acaaf25be8bd435031634ad23a5a205d.tar.gz upstream-4e45a1d1acaaf25be8bd435031634ad23a5a205d.tar.bz2 upstream-4e45a1d1acaaf25be8bd435031634ad23a5a205d.zip |
iptables: remove obsolete patch
SVN-Revision: 10464
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/patches/006-iprange-typesh.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/iptables/patches/006-iprange-typesh.patch b/package/iptables/patches/006-iprange-typesh.patch deleted file mode 100644 index 0ae544ea08..0000000000 --- a/package/iptables/patches/006-iprange-typesh.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: iptables-1.3.8/extensions/libipt_iprange.c -=================================================================== ---- iptables-1.3.8.orig/extensions/libipt_iprange.c 2007-07-31 15:27:55.000000000 -0500 -+++ iptables-1.3.8/extensions/libipt_iprange.c 2007-07-31 15:27:56.000000000 -0500 -@@ -6,6 +6,7 @@ - #include <getopt.h> - - #include <iptables.h> -+#include <linux/types.h> - #include <linux/netfilter_ipv4/ipt_iprange.h> - - /* Function which prints out usage message. */ |