aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-02-15 09:31:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-02-15 09:31:07 +0000
commitaf4c957a1efbedd0be25f3bdf48d10c8e2ca1677 (patch)
tree795c17d8b125a92767402256ae9d73e3bf485da5 /package/iptables/patches
parentdc7b3272aef445ee16f0dc9a5ba3f1a5537b536a (diff)
downloadmaster-187ad058-af4c957a1efbedd0be25f3bdf48d10c8e2ca1677.tar.gz
master-187ad058-af4c957a1efbedd0be25f3bdf48d10c8e2ca1677.tar.bz2
master-187ad058-af4c957a1efbedd0be25f3bdf48d10c8e2ca1677.zip
[package] iptables: remove obsolete patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10464 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/patches')
-rw-r--r--package/iptables/patches/006-iprange-typesh.patch12
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. */