diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-17 12:37:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-17 12:37:10 +0000 |
commit | cd64d4ce6e9cedb9172e6b8eda39437244bfa2bc (patch) | |
tree | cc390a7045c28cad5a3d7cf575313a6f3b7c2424 /package/iptables/patches/1.4.3.2/009-table-alignment.patch | |
parent | 5ae8e1bf7bcdeee6f82513ec9b9571a09571a51c (diff) | |
download | upstream-cd64d4ce6e9cedb9172e6b8eda39437244bfa2bc.tar.gz upstream-cd64d4ce6e9cedb9172e6b8eda39437244bfa2bc.tar.bz2 upstream-cd64d4ce6e9cedb9172e6b8eda39437244bfa2bc.zip |
make patches against iptables apply again after update to 1.4.4 (#5540)
SVN-Revision: 16878
Diffstat (limited to 'package/iptables/patches/1.4.3.2/009-table-alignment.patch')
-rw-r--r-- | package/iptables/patches/1.4.3.2/009-table-alignment.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iptables/patches/1.4.3.2/009-table-alignment.patch b/package/iptables/patches/1.4.3.2/009-table-alignment.patch deleted file mode 100644 index b11c0afd6f..0000000000 --- a/package/iptables/patches/1.4.3.2/009-table-alignment.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |