From a19d5a13f1e1eec6e76492bc32a7a46941278cb3 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Mon, 24 Apr 2006 17:16:28 -0700 Subject: [PATCH] --- yaml --- r: 26169 b: refs/heads/master c: 55fe5866366ae42f259f27ae5962eb267d9ce172 h: refs/heads/master i: 26167: 2160b2d6a1e9ea8b84486ccf6b79b91b593ee8ae v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter/x_tables.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9332279f23f3..059a7bb13d03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44adf28f4a27df626d50e54c8d0669df2dd1aa89 +refs/heads/master: 55fe5866366ae42f259f27ae5962eb267d9ce172 diff --git a/trunk/include/linux/netfilter/x_tables.h b/trunk/include/linux/netfilter/x_tables.h index f6bdef82a322..38701454e197 100644 --- a/trunk/include/linux/netfilter/x_tables.h +++ b/trunk/include/linux/netfilter/x_tables.h @@ -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