[NETFILTER]: Unbreak x-tables on x86.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 20 Jan 2006 19:57:07 +0000 (11:57 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 20 Jan 2006 19:57:07 +0000 (11:57 -0800)
x86 defines __alignof__(long long) as 8 yet it gives 4
for a struct containing a long long, ho hum... so my
simplified form doesn't work everywhere.

So use Harald Welte's original patch, which should work
on all platforms.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found