commit | 6d7416535097ed0943bdae8e69c14ba43061cab1 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Mon Jun 05 21:06:41 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Jun 17 21:29:39 2006 -0700 |
tree | f71792b9ac32edd8016900067b55dff8f3941cf3 | |
parent | 338fcf9886df9ad2873772197a73a57818973316 [diff] |
[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>