From: Jan Engelhardt <jengelh@xxxxxxxxxx> Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- include/ip6tables.h | 2 -- include/iptables.h | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/ip6tables.h b/include/ip6tables.h index 52e290c..b8478d4 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -11,8 +11,6 @@ #define IP6T_SO_GET_REVISION_TARGET 69 #endif /* IP6T_SO_GET_REVISION_MATCH Old kernel source */ -#define ip6t_tryload xt_tryload - extern int line; /* Your shared library should call one of these. */ diff --git a/include/iptables.h b/include/iptables.h index 74b244e..963905a 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -11,8 +11,6 @@ #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3) #endif /* IPT_SO_GET_REVISION_MATCH Old kernel source */ -#define ipt_tryload xt_tryload - extern int line; /* Your shared library should call one of these. */ -- 1.6.1.2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html