Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0495cf95 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NETFILTER]: arp_tables: use XT_ALIGN

parent 03dafbbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -280,6 +280,6 @@ extern unsigned int arpt_do_table(struct sk_buff *skb,
				  const struct net_device *out,
				  struct arpt_table *table);

#define ARPT_ALIGN(s) (((s) + (__alignof__(struct arpt_entry)-1)) & ~(__alignof__(struct arpt_entry)-1))
#define ARPT_ALIGN(s) XT_ALIGN(s)
#endif /*__KERNEL__*/
#endif /* _ARPTABLES_H */