upgrade iptables to 1.4.3.2
[openwrt-10.03/.git] / package / iptables / patches / 1.4.3.2 / 009-table-alignment.patch
1 diff -Naur iptables-1.4.1.1.ori/libiptc/libiptc.c iptables-1.4.1.1/libiptc/libiptc.c 
2 --- iptables-1.4.1.1.ori/libiptc/libiptc.c      2008-06-16 15:12:40.000000000 +0200
3 +++ iptables-1.4.1.1/libiptc/libiptc.c  2009-01-08 12:27:24.000000000 +0100
4 @@ -66,7 +66,7 @@
5  struct ipt_error_target
6  {
7         STRUCT_ENTRY_TARGET t;
8 -       char error[TABLE_MAXNAMELEN];
9 +       char error[FUNCTION_MAXNAMELEN];
10  };
11  
12  struct chain_head;