]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
fix IP6T_MIN_ALIGN macro (Andreas Herrmann)
authorAndreas Herrmann <aherrman@de.ibm.com>
Mon, 25 Feb 2002 09:00:36 +0000 (09:00 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 25 Feb 2002 09:00:36 +0000 (09:00 +0000)
include/libiptc/libip6tc.h

index aebd647752334903bae6415f421ed8856d6a1b92..2904db577af63148ebc86db1803735240c2cb373 100644 (file)
@@ -6,7 +6,7 @@
 #include <linux/netfilter_ipv6/ip6_tables.h>
 
 #ifndef IP6T_MIN_ALIGN
-#define IP6T_MIN_ALIGN (__alignof__(struct ip6t_entry_match))
+#define IP6T_MIN_ALIGN (__alignof__(struct ip6t_entry))
 #endif
 #define IP6T_ALIGN(s) (((s) + (IP6T_MIN_ALIGN-1)) & ~(IP6T_MIN_ALIGN-1))