]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit904e2a66bbcd1ff21be590ecfe4e7fd9c5f9de37
treef71792b9ac32edd8016900067b55dff8f3941cf3
parenta8d4328e3675456a915c32539dbddd1ae65cfbdd
[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