Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129722
b: refs/heads/master
c: daaf83d
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kennedy authored and David S. Miller committed Jan 13, 2009
1 parent 68a0115 commit 37f14ac
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: e6210f3be5b13b6cda9c8dad8926818a73c8e6ac
refs/heads/master: daaf83d2b9277928739f3eb7ea64f49c1254fd62
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 @@ -270,6 +270,7 @@ struct xt_match
struct list_head list;

const char name[XT_FUNCTION_MAXNAMELEN-1];
u_int8_t revision;

/* Return true or false: return FALSE and set *hotdrop = 1 to
force immediate packet drop. */
Expand Down Expand Up @@ -302,7 +303,6 @@ struct xt_match
unsigned short proto;

unsigned short family;
u_int8_t revision;
};

/* Registration hooks for targets. */
Expand Down

0 comments on commit 37f14ac

Please sign in to comment.