[SCTP]: Annotate ->supported_addrs().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro 2006-11-20 17:25:49 -08:00 committed by David S. Miller
parent e1857ea28d
commit 3dbe86566e
4 changed files with 4 additions and 4 deletions

View file

@ -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;