From: Alexey Dobriyan Date: Wed, 10 Feb 2010 14:00:32 +0000 (+0100) Subject: netfilter: xtables: consistent struct compat_xt_counters definition X-Git-Tag: v2.6.34-rc1~233^2~303^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a02604628c49037e1de2091d75462fd856b26ed;p=pandora-kernel.git netfilter: xtables: consistent struct compat_xt_counters definition There is compat_u64 type which deals with different u64 type alignment on different compat-capable platforms, so use it and removed some hardcoded assumptions. Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed