netfilter: xtables: consistent struct compat_xt_counters definition
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 10 Feb 2010 14:00:32 +0000 (15:00 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 10 Feb 2010 14:00:32 +0000 (15:00 +0100)
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 <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found