Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184156
b: refs/heads/master
c: 0a02604
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Patrick McHardy committed Feb 10, 2010
1 parent 621d6c6 commit bc6044b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 9ab99d5a43e9f283738fd9fd365539306d13eaac
refs/heads/master: 0a02604628c49037e1de2091d75462fd856b26ed
6 changes: 1 addition & 5 deletions trunk/include/linux/netfilter/x_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,7 @@ struct compat_xt_entry_target {
* current task alignment */

struct compat_xt_counters {
#if defined(CONFIG_X86_64) || defined(CONFIG_IA64)
u_int32_t cnt[4];
#else
u_int64_t cnt[2];
#endif
compat_u64 pcnt, bcnt; /* Packet and byte counters */
};

struct compat_xt_counters_info {
Expand Down

0 comments on commit bc6044b

Please sign in to comment.