From dca3922cca3d2f8fab3beaaa2acd9fcfb39cc674 Mon Sep 17 00:00:00 2001 From: rusty Date: Mon, 3 Jul 2000 10:17:57 +0000 Subject: Aligning matchsize and targetsize now responsibility of extension writers (PPC fix). --- 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 99c89ea..ec83e18 100644 --- a/extensions/libipt_tos.c +++ b/extensions/libipt_tos.c @@ -155,8 +155,8 @@ struct iptables_match tos = { NULL, "tos", NETFILTER_VERSION, - sizeof(struct ipt_tos_info), - sizeof(struct ipt_tos_info), + IPT_ALIGN(sizeof(struct ipt_tos_info)), + IPT_ALIGN(sizeof(struct ipt_tos_info)), &help, &init, &parse, -- cgit v1.2.3