aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/1.4.4/009-table-alignment.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-01-23 22:28:32 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-01-23 22:28:32 +0000
commite0fa9a48814e2e68c661d831696743968c43f7b4 (patch)
tree86e329b95e9f67e5a1905ba0eb8c4411c5ea94ee /package/iptables/patches/1.4.4/009-table-alignment.patch
parent3634de3b80e35576bbc5e3fa54c5e1dbfae8b4f9 (diff)
downloadupstream-e0fa9a48814e2e68c661d831696743968c43f7b4.tar.gz
upstream-e0fa9a48814e2e68c661d831696743968c43f7b4.tar.bz2
upstream-e0fa9a48814e2e68c661d831696743968c43f7b4.zip
iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
SVN-Revision: 19302
Diffstat (limited to 'package/iptables/patches/1.4.4/009-table-alignment.patch')
-rw-r--r--package/iptables/patches/1.4.4/009-table-alignment.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iptables/patches/1.4.4/009-table-alignment.patch b/package/iptables/patches/1.4.4/009-table-alignment.patch
deleted file mode 100644
index b11c0afd6f..0000000000
--- a/package/iptables/patches/1.4.4/009-table-alignment.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libiptc/libiptc.c
-+++ b/libiptc/libiptc.c
-@@ -69,7 +69,7 @@
- struct ipt_error_target
- {
- STRUCT_ENTRY_TARGET t;
-- char error[TABLE_MAXNAMELEN];
-+ char error[FUNCTION_MAXNAMELEN];
- };
-
- struct chain_head;