Skip to content
Snippets Groups Projects
Commit 7c2c6da0 authored by Claudio Mignanti's avatar Claudio Mignanti
Browse files

fix table alignment for cris (#4104)

SVN-Revision: 14407
parent 0bfeb7ca
No related branches found
No related tags found
No related merge requests found
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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment