commit | 3dbe86566ed262dae3b5472b9360cb5b65d42716 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 20 17:25:49 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:27:11 2006 -0800 |
tree | e51c42ad86864d66441e1af23661b27058a06a24 | |
parent | e1857ea28dc76e2a929d1fff4d5d5cf712f12f4e [diff] [blame] |
[SCTP]: Annotate ->supported_addrs(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index 268d32c..3c3e560 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c
@@ -853,7 +853,7 @@ * Returns number of addresses supported. */ static int sctp_inet6_supported_addrs(const struct sctp_sock *opt, - __u16 *types) + __be16 *types) { types[0] = SCTP_PARAM_IPV4_ADDRESS; types[1] = SCTP_PARAM_IPV6_ADDRESS;