From: Alexey Dobriyan Date: Tue, 6 Jun 2006 04:06:41 +0000 (-0700) Subject: [IPV4]: Right prototype of __raw_v4_lookup() X-Git-Tag: v2.6.18-rc1~1111^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d7416535097ed0943bdae8e69c14ba43061cab1;p=pandora-kernel.git [IPV4]: Right prototype of __raw_v4_lookup() All users pass 32-bit values as addresses and internally they're compared with 32-bit entities. So, change "laddr" and "raddr" types to __be32. Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- Reading git-diff-tree failed