aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-04-29 19:44:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-04-29 19:44:10 +0000
commita9967bbc9e6698ada65fa31127a4e8a47ccbc017 (patch)
tree16e4d3be15a6d921d14acd0a07e995f89b118632
parent5f85216f2a5317241b363e464f98f1c3e04992bf (diff)
parent01d78f56e3474040ed9897e1fa3600848392f09a (diff)
downloadkernel-headers-tools_r22.tar.gz
Merge "[NETFILTER]: Fix iptables ABI breakage"tools_r22
-rw-r--r--original/linux/netfilter_ipv4/ip_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/original/linux/netfilter_ipv4/ip_tables.h b/original/linux/netfilter_ipv4/ip_tables.h
index c0dac16..1ba09f7 100644
--- a/original/linux/netfilter_ipv4/ip_tables.h
+++ b/original/linux/netfilter_ipv4/ip_tables.h
@@ -28,7 +28,7 @@
#include <linux/netfilter/x_tables.h>
#define IPT_FUNCTION_MAXNAMELEN XT_FUNCTION_MAXNAMELEN
-#define IPT_TABLE_MAXNAMELEN XT_FUNCTION_MAXNAMELEN
+#define IPT_TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN
#define ipt_match xt_match
#define ipt_target xt_target
#define ipt_table xt_table