commit | e3b4eadbea77ecb3c3a74d1bc81b392f454c7f2e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sat Aug 26 20:10:15 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 15:18:23 2006 -0700 |
tree | a94577b99959414edd2b76d5005b5d361badc5a6 | |
parent | bed53ea7fef37820b7c92ad74feff1b817c6aae3 [diff] |
[UDP]: saddr_cmp function should take const socket pointers This also kills a warning while building ipv6: net/ipv6/udp.c: In function ‘udp_v6_get_port’: net/ipv6/udp.c:66: warning: passing argument 3 of ‘udp_get_port’ from incompatible pointer type Signed-off-by: David S. Miller <davem@davemloft.net>