From 80fe35d6339b53a12ddaec41885613e4e37ed031 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 May 2002 13:08:15 +0000 Subject: globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming --- extensions/libipt_TOS.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libipt_TOS.c') diff --git a/extensions/libipt_TOS.c b/extensions/libipt_TOS.c index bc3cf760..87c38161 100644 --- a/extensions/libipt_TOS.c +++ b/extensions/libipt_TOS.c @@ -37,7 +37,7 @@ help(void) "TOS target v%s options:\n" " --set-tos value Set Type of Service field to one of the\n" " following numeric or descriptive values:\n", -NETFILTER_VERSION); +IPTABLES_VERSION); for (i = 0; i < sizeof(TOS_values)/sizeof(struct TOS_value);i++) printf(" %s %u (0x%02x)\n", @@ -157,7 +157,7 @@ static struct iptables_target tos = { NULL, "TOS", - NETFILTER_VERSION, + IPTABLES_VERSION, IPT_ALIGN(sizeof(struct ipt_tos_target_info)), IPT_ALIGN(sizeof(struct ipt_tos_target_info)), &help, -- cgit v1.2.3