[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Nov 2006 01:22:08 +0000 (17:22 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:26:59 +0000 (21:26 -0800)
... switched to taking and returning pointers to net-endian
sctp_addr resp.  Together, since the only user of sctp_find_unmatch_addr()
just passes its value to sctp_make_asconf_update_ip().
sctp_make_asconf_update_ip() is actually endian-agnostic.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found