diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2009-02-04 14:40:37 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2009-02-04 14:40:37 +0000 |
commit | 7c2c6da09af6ea8e9f16c8d9c7caa9566978196f (patch) | |
tree | 2612f9ecf8ce0a4659ce5eab8f9e9fca9cee752f /package | |
parent | 0bfeb7caa345540766396631944663783e0d6f5e (diff) | |
download | upstream-7c2c6da09af6ea8e9f16c8d9c7caa9566978196f.tar.gz upstream-7c2c6da09af6ea8e9f16c8d9c7caa9566978196f.tar.bz2 upstream-7c2c6da09af6ea8e9f16c8d9c7caa9566978196f.zip |
fix table alignment for cris (#4104)
SVN-Revision: 14407
Diffstat (limited to 'package')
-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; |