]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit6fbfc9688448aac064edbaccb5d30ecd565a9105
tree8983c5fa124f2f401c01bdffe6d307809ef8d449
parent3ee68c4af3fd7228c1be63254b9f884614f9ebb2
[NETFILTER]: Unbreak x-tables on x86.

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>
include/linux/netfilter/x_tables.h