From bc6044b2e72545d5bfbc7734ecdd387824934660 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Wed, 10 Feb 2010 15:00:32 +0100 Subject: [PATCH] --- yaml --- r: 184156 b: refs/heads/master c: 0a02604628c49037e1de2091d75462fd856b26ed h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter/x_tables.h | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 8363faa265b9..8b5ebe4975de 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ab99d5a43e9f283738fd9fd365539306d13eaac +refs/heads/master: 0a02604628c49037e1de2091d75462fd856b26ed diff --git a/trunk/include/linux/netfilter/x_tables.h b/trunk/include/linux/netfilter/x_tables.h index 365fabe1b16e..8b6c0e7d2657 100644 --- a/trunk/include/linux/netfilter/x_tables.h +++ b/trunk/include/linux/netfilter/x_tables.h @@ -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 {