[ar71xx] tl-wr941nd: register ethernet device, and fix machine id
[openwrt.git] / package / iptables / patches / 1.4.1.1 / 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;
This page took 0.055742 seconds and 5 git commands to generate.