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/libip6t_udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libip6t_udp.c') diff --git a/extensions/libip6t_udp.c b/extensions/libip6t_udp.c index f2c0b6a..7fe16dd 100644 --- a/extensions/libip6t_udp.c +++ b/extensions/libip6t_udp.c @@ -235,8 +235,8 @@ struct ip6tables_match udp = { NULL, "udp", NETFILTER_VERSION, - sizeof(struct ip6t_udp), - sizeof(struct ip6t_udp), + IP6T_ALIGN(sizeof(struct ip6t_udp)), + IP6T_ALIGN(sizeof(struct ip6t_udp)), &help, &init, &parse, -- cgit v1.2.3