From 73f72f541ac4dab538d4d418b9bbf1707b31342b Mon Sep 17 00:00:00 2001 From: Rusty Russell 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 99c89ea7..ec83e18d 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