Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26169
b: refs/heads/master
c: 55fe586
h: refs/heads/master
i:
  26167: 2160b2d
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Apr 25, 2006
1 parent 1d3c430 commit a19d5a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44adf28f4a27df626d50e54c8d0669df2dd1aa89
refs/heads/master: 55fe5866366ae42f259f27ae5962eb267d9ce172
4 changes: 4 additions & 0 deletions trunk/include/linux/netfilter/x_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,11 @@ struct compat_xt_entry_target

struct compat_xt_counters
{
#if defined(CONFIG_X86_64) || defined(CONFIG_IA64)
u_int32_t cnt[4];
#else
u_int64_t cnt[2];
#endif
};

struct compat_xt_counters_info
Expand Down

0 comments on commit a19d5a1

Please sign in to comment.