From: David S. Miller Date: Fri, 20 Jan 2006 19:57:07 +0000 (-0800) Subject: [NETFILTER]: Unbreak x-tables on x86. X-Git-Tag: v2.6.16-rc2~252^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fbfc9688448aac064edbaccb5d30ecd565a9105;p=pandora-kernel.git [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 --- Reading git-diff-tree failed