Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287989
b: refs/heads/master
c: 88ba136
h: refs/heads/master
i:
  287987: 9fa9374
v: v3
  • Loading branch information
Joerg Willmann authored and Pablo Neira Ayuso committed Feb 21, 2012
1 parent 5729d4c commit b2db81f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8db7b2d197a0d624baab83f0c810b0edbc4ffd0
refs/heads/master: 88ba136d6635b262f77cc418d536115fb8e4d4ab
4 changes: 2 additions & 2 deletions trunk/include/linux/netfilter_bridge/ebtables.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ struct ebt_table {
struct module *me;
};

#define EBT_ALIGN(s) (((s) + (__alignof__(struct ebt_replace)-1)) & \
~(__alignof__(struct ebt_replace)-1))
#define EBT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) & \
~(__alignof__(struct _xt_align)-1))
extern struct ebt_table *ebt_register_table(struct net *net,
const struct ebt_table *table);
extern void ebt_unregister_table(struct net *net, struct ebt_table *table);
Expand Down

0 comments on commit b2db81f

Please sign in to comment.