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_unclean.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libipt_unclean.c') diff --git a/extensions/libipt_unclean.c b/extensions/libipt_unclean.c index bef513e..c433bc7 100644 --- a/extensions/libipt_unclean.c +++ b/extensions/libipt_unclean.c @@ -50,8 +50,8 @@ struct iptables_match unclean = { NULL, "unclean", NETFILTER_VERSION, - 0, - 0, + IPT_ALIGN(0), + IPT_ALIGN(0), &help, &init, &parse, -- cgit v1.2.3