From 395e441e20ea9ab7f37122bcfd76fec527fa447b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 10 Feb 2009 10:43:08 +0100 Subject: src: remove iptables_rule_match indirection macro Signed-off-by: Jan Engelhardt --- include/ip6tables.h | 1 - include/iptables.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include') diff --git a/include/ip6tables.h b/include/ip6tables.h index 663da9ca..52e290c7 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -11,7 +11,6 @@ #define IP6T_SO_GET_REVISION_TARGET 69 #endif /* IP6T_SO_GET_REVISION_MATCH Old kernel source */ -#define ip6tables_rule_match xtables_rule_match #define ip6t_tryload xt_tryload extern int line; diff --git a/include/iptables.h b/include/iptables.h index ee769a58..74b244ed 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -11,7 +11,6 @@ #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3) #endif /* IPT_SO_GET_REVISION_MATCH Old kernel source */ -#define iptables_rule_match xtables_rule_match #define ipt_tryload xt_tryload extern int line; -- cgit v1.2.3