[IPV4]: Right prototype of __raw_v4_lookup()
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 6 Jun 2006 04:06:41 +0000 (21:06 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:29:39 +0000 (21:29 -0700)
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 <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found