[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)
commit6d7416535097ed0943bdae8e69c14ba43061cab1
treef71792b9ac32edd8016900067b55dff8f3941cf3
parent338fcf9886df9ad2873772197a73a57818973316
[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 <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/raw.h
net/ipv4/raw.c