aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/1.4.3.2/009-table-alignment.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.3.2/009-table-alignment.patch
parent8ec04dd8be7fbb28510a9b38a40242e1797f8f13 (diff)
downloadupstream-39581414ad8b626e04ec0dc382aee163fd91dea2.tar.gz
upstream-39581414ad8b626e04ec0dc382aee163fd91dea2.tar.bz2
upstream-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.3.2/009-table-alignment.patch')
-rw-r--r--package/iptables/patches/1.4.3.2/009-table-alignment.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iptables/patches/1.4.3.2/009-table-alignment.patch b/package/iptables/patches/1.4.3.2/009-table-alignment.patch
new file mode 100644
index 0000000000..5b14982917
--- /dev/null
+++ b/package/iptables/patches/1.4.3.2/009-table-alignment.patch
@@ -0,0 +1,12 @@
+diff -Naur iptables-1.4.1.1.ori/libiptc/libiptc.c iptables-1.4.1.1/libiptc/libiptc.c
+--- iptables-1.4.1.1.ori/libiptc/libiptc.c 2008-06-16 15:12:40.000000000 +0200
++++ iptables-1.4.1.1/libiptc/libiptc.c 2009-01-08 12:27:24.000000000 +0100
+@@ -66,7 +66,7 @@
+ struct ipt_error_target
+ {
+ STRUCT_ENTRY_TARGET t;
+- char error[TABLE_MAXNAMELEN];
++ char error[FUNCTION_MAXNAMELEN];
+ };
+
+ struct chain_head;