diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 17:25:49 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:27:11 -0800 |
commit | 3dbe86566ed262dae3b5472b9360cb5b65d42716 (patch) | |
tree | e51c42ad86864d66441e1af23661b27058a06a24 /net/sctp/protocol.c | |
parent | e1857ea28dc76e2a929d1fff4d5d5cf712f12f4e (diff) | |
download | linux-3dbe86566ed262dae3b5472b9360cb5b65d42716.tar.gz linux-3dbe86566ed262dae3b5472b9360cb5b65d42716.tar.bz2 linux-3dbe86566ed262dae3b5472b9360cb5b65d42716.zip |
[SCTP]: Annotate ->supported_addrs().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 5da887528bf1..11f3b549f4a4 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -791,7 +791,7 @@ static int sctp_inet_send_verify(struct sctp_sock *opt, union sctp_addr *addr) * chunks. Returns number of addresses supported. */ static int sctp_inet_supported_addrs(const struct sctp_sock *opt, - __u16 *types) + __be16 *types) { types[0] = SCTP_PARAM_IPV4_ADDRESS; return 1; |