mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 13:35:31 +02:00
[iptable] fix table alignment for cris (#4104)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14407 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f5887ee4e1
commit
c4a3110a2e
12
package/iptables/patches/1.4.1.1/009-table-alignment.patch
Normal file
12
package/iptables/patches/1.4.1.1/009-table-alignment.patch
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user