[NETFILTER]: ip6_tables: use XT_ALIGN Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> --- commit 04ec98b3abcf42330ae733de42af96e97128f083 tree 98332c18f03499782daefb03c578932ef033d4f0 parent 78451d30484f913d2c570148d8638ee7f17c5446 author Patrick McHardy <kaber@xxxxxxxxx> Mon, 17 Dec 2007 14:58:04 +0100 committer Patrick McHardy <kaber@xxxxxxxxx> Tue, 18 Dec 2007 00:24:54 +0100 include/linux/netfilter_ipv6/ip6_tables.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/netfilter_ipv6/ip6_tables.h b/include/linux/netfilter_ipv6/ip6_tables.h index c112482..110801d 100644 --- a/include/linux/netfilter_ipv6/ip6_tables.h +++ b/include/linux/netfilter_ipv6/ip6_tables.h @@ -324,7 +324,7 @@ extern int ip6_masked_addrcmp(const struct in6_addr *addr1, const struct in6_addr *mask, const struct in6_addr *addr2); -#define IP6T_ALIGN(s) (((s) + (__alignof__(struct ip6t_entry)-1)) & ~(__alignof__(struct ip6t_entry)-1)) +#define IP6T_ALIGN(s) XT_ALIGN(s) #ifdef CONFIG_COMPAT #include <net/compat.h> - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html