commit | 0a02604628c49037e1de2091d75462fd856b26ed | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Feb 10 15:00:32 2010 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Wed Feb 10 15:00:32 2010 +0100 |
tree | acf91566581f3076f63022375d0bd9ccdf18d611 | |
parent | 9ab99d5a43e9f283738fd9fd365539306d13eaac [diff] |
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 <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>