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_owner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libipt_owner.c') diff --git a/extensions/libipt_owner.c b/extensions/libipt_owner.c index 027f538..233cd0b 100644 --- a/extensions/libipt_owner.c +++ b/extensions/libipt_owner.c @@ -203,8 +203,8 @@ struct iptables_match owner = { NULL, "owner", NETFILTER_VERSION, - sizeof(struct ipt_owner_info), - sizeof(struct ipt_owner_info), + IPT_ALIGN(sizeof(struct ipt_owner_info)), + IPT_ALIGN(sizeof(struct ipt_owner_info)), &help, &init, &parse, -- cgit v1.2.3