projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6a55f
)
[NETFILTER]: ip6_tables: use XT_ALIGN
author
Patrick McHardy
<kaber@trash.net>
Tue, 18 Dec 2007 05:53:40 +0000
(21:53 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 22:58:43 +0000
(14:58 -0800)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_ipv6/ip6_tables.h
patch
|
blob
|
history
diff --git
a/include/linux/netfilter_ipv6/ip6_tables.h
b/include/linux/netfilter_ipv6/ip6_tables.h
index c1124826bf29f5a5663504815c27df36ed07de09..110801d699ee95ab2f649f20a482bf179a1f7bbd 100644
(file)
--- 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>