diff options
author | David S. Miller <davem@davemloft.net> | 2012-02-23 00:20:14 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-23 00:20:14 -0500 |
commit | 4a2258ddddefeef3291c0fc66437c73d84261a1e (patch) | |
tree | 292008df656adc6c8412a79da6bedaff54458eab /include | |
parent | ee932bf9acb2e2c6a309e808000f24856330e3f9 (diff) | |
parent | af14cca162ddcdea017b648c21b9b091e4bf1fa4 (diff) |
Merge branch 'nf' of git://1984.lsi.us.es/net
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter_bridge/ebtables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netfilter_bridge/ebtables.h b/include/linux/netfilter_bridge/ebtables.h index 8797ed16feb2..4dd5bd6994a8 100644 --- a/include/linux/netfilter_bridge/ebtables.h +++ b/include/linux/netfilter_bridge/ebtables.h | |||
@@ -285,8 +285,8 @@ struct ebt_table { | |||
285 | struct module *me; | 285 | struct module *me; |
286 | }; | 286 | }; |
287 | 287 | ||
288 | #define EBT_ALIGN(s) (((s) + (__alignof__(struct ebt_replace)-1)) & \ | 288 | #define EBT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) & \ |
289 | ~(__alignof__(struct ebt_replace)-1)) | 289 | ~(__alignof__(struct _xt_align)-1)) |
290 | extern struct ebt_table *ebt_register_table(struct net *net, | 290 | extern struct ebt_table *ebt_register_table(struct net *net, |
291 | const struct ebt_table *table); | 291 | const struct ebt_table *table); |
292 | extern void ebt_unregister_table(struct net *net, struct ebt_table *table); | 292 | extern void ebt_unregister_table(struct net *net, struct ebt_table *table); |