aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/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
commitd6ab5ee41e2c01a176a6cda89bbee40864f57a9c (patch)
treede25cd887c4c5b76ed4b1681e9353ac458c569fd /package/iptables/patches/009-table-alignment.patch
parent94e23a1c5622e047887d05425e5993cb546b4c22 (diff)
downloadupstream-d6ab5ee41e2c01a176a6cda89bbee40864f57a9c.tar.gz
upstream-d6ab5ee41e2c01a176a6cda89bbee40864f57a9c.tar.bz2
upstream-d6ab5ee41e2c01a176a6cda89bbee40864f57a9c.zip
[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/009-table-alignment.patch')
-rw-r--r--package/iptables/patches/009-table-alignment.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iptables/patches/009-table-alignment.patch b/package/iptables/patches/009-table-alignment.patch
new file mode 100644
index 0000000000..b11c0afd6f
--- /dev/null
+++ b/package/iptables/patches/009-table-alignment.patch
@@ -0,0 +1,11 @@
+--- 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;