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_MARK.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libipt_MARK.c') diff --git a/extensions/libipt_MARK.c b/extensions/libipt_MARK.c index b8afe550..ef7d7331 100644 --- a/extensions/libipt_MARK.c +++ b/extensions/libipt_MARK.c @@ -104,8 +104,8 @@ struct iptables_target mark = { NULL, "MARK", NETFILTER_VERSION, - sizeof(struct ipt_mark_target_info), - sizeof(struct ipt_mark_target_info), + IPT_ALIGN(sizeof(struct ipt_mark_target_info)), + IPT_ALIGN(sizeof(struct ipt_mark_target_info)), &help, &init, &parse, -- cgit v1.2.3