Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19033
b: refs/heads/master
c: 4f2d768
h: refs/heads/master
i:
  19031: a18fc16
v: v3
  • Loading branch information
David S. Miller committed Jan 20, 2006
1 parent e2eae67 commit 98bd693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: cf9e50a920be24b734fb91f19b8844f8509cb981
refs/heads/master: 4f2d7680cb1ac5c5a70f3ba2447d5aa5c0a1643a
2 changes: 1 addition & 1 deletion trunk/include/linux/netfilter/x_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct xt_get_revision
/* For standard target */
#define XT_RETURN (-NF_REPEAT - 1)

#define XT_ALIGN(s) (((s) + (__alignof__(void *)-1)) & ~(__alignof__(void *)-1))
#define XT_ALIGN(s) (((s) + (__alignof__(u_int64_t)-1)) & ~(__alignof__(u_int64_t)-1))

/* Standard return verdict, or do jump. */
#define XT_STANDARD_TARGET ""
Expand Down

0 comments on commit 98bd693

Please sign in to comment.