mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19302 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
package/iptables/patches/009-table-alignment.patch
Normal file
11
package/iptables/patches/009-table-alignment.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/libiptc/libiptc.c
|
||||
+++ b/libiptc/libiptc.c
|
||||
@@ -69,7 +69,7 @@
|
||||
struct ipt_error_target
|
||||
{
|
||||
STRUCT_ENTRY_TARGET t;
|
||||
- char error[TABLE_MAXNAMELEN];
|
||||
+ char error[FUNCTION_MAXNAMELEN];
|
||||
};
|
||||
|
||||
struct chain_head;
|
||||
Reference in New Issue
Block a user