diff options
author | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-04 14:40:37 +0000 |
---|---|---|
committer | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-04 14:40:37 +0000 |
commit | c4a3110a2e5b3bfd712eca73129735477d6d382b (patch) | |
tree | 244d321be5c5dd6690312b6ac8cc8a84ed6a9b55 /package/iptables/patches | |
parent | f5887ee4e117dd2492b49349e935577004bd1a90 (diff) |
[iptable] fix table alignment for cris (#4104)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14407 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/patches')
-rw-r--r-- | package/iptables/patches/1.4.1.1/009-table-alignment.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iptables/patches/1.4.1.1/009-table-alignment.patch b/package/iptables/patches/1.4.1.1/009-table-alignment.patch new file mode 100644 index 0000000000..5b14982917 --- /dev/null +++ b/package/iptables/patches/1.4.1.1/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; |