From: Patrick McHardy Date: Tue, 18 Dec 2007 05:47:14 +0000 (-0800) Subject: [NETFILTER]: ip_tables: account for struct ipt_entry/struct compat_ipt_entry size... X-Git-Tag: v2.6.25-rc1~1162^2~1049 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c08c41be75145b8850ea14b2d5ee4ee4b705d8;p=pandora-kernel.git [NETFILTER]: ip_tables: account for struct ipt_entry/struct compat_ipt_entry size diff Account for size differences when dumping entries or calculating the entry positions. This doesn't actually make any difference for IPv4 since the structures have the same size, but its logically correct and needed for IPv6. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed