From 8b7c64d6ba156a99008fcd810cba874c73294333 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Apr 2008 11:48:25 +0200 Subject: Remove old functions, constants --- extensions/libxt_tos.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/libxt_tos.c') diff --git a/extensions/libxt_tos.c b/extensions/libxt_tos.c index 16a90ef5..92f7d847 100644 --- a/extensions/libxt_tos.c +++ b/extensions/libxt_tos.c @@ -138,7 +138,7 @@ static void tos_mt_save(const void *ip, const struct xt_entry_match *match) } static struct xtables_match tos_mt_reg_v0 = { - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .name = "tos", .family = AF_INET, .revision = 0, @@ -153,7 +153,7 @@ static struct xtables_match tos_mt_reg_v0 = { }; static struct xtables_match tos_mt_reg = { - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .name = "tos", .family = AF_INET, .revision = 1, @@ -168,7 +168,7 @@ static struct xtables_match tos_mt_reg = { }; static struct xtables_match tos_mt6_reg = { - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .name = "tos", .family = AF_INET6, .revision = 1, -- cgit v1.2.3