diff options
author | Patrick McHardy <kaber@trash.net> | 2006-04-25 02:16:28 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-04-25 02:27:30 +0200 |
commit | 55fe5866366ae42f259f27ae5962eb267d9ce172 (patch) | |
tree | ff7b8f5b97a6d21b1f30ffd43f2e6955ff376c69 /include/net | |
parent | [NETFILTER]: ULOG target is not obsolete (diff) | |
download | linux-55fe5866366ae42f259f27ae5962eb267d9ce172.tar.xz linux-55fe5866366ae42f259f27ae5962eb267d9ce172.zip |
[NETFILTER]: Fix compat_xt_counters alignment for non-x86
Some (?) non-x86 architectures require 8byte alignment for u_int64_t
even when compiled for 32bit, using u_int32_t in compat_xt_counters
breaks on these architectures, use u_int64_t for everything but x86.
Reported by Andreas Schwab <schwab@suse.de>.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions