diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-21 04:24:53 +0300 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 08:27:08 +0300 |
commit | 6fbfa9f951878ab489147d9e459191d4aacfa819 (patch) | |
tree | b542f52199466aab195f86f1565e3beb62d2c04d /net/sctp/ipv6.c | |
parent | c9c938cb050e6d45088c5c39e4097742e875c496 (diff) | |
download | linux-6fbfa9f951878ab489147d9e459191d4aacfa819.tar.xz |
[SCTP]: Annotate ->inaddr_any().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/ipv6.c')
-rw-r--r-- | net/sctp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index 8e2b1e4ec66e..268d32c89594 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c @@ -478,7 +478,7 @@ static int sctp_v6_cmp_addr(const union sctp_addr *addr1, } /* Initialize addr struct to INADDR_ANY. */ -static void sctp_v6_inaddr_any(union sctp_addr *addr, unsigned short port) +static void sctp_v6_inaddr_any(union sctp_addr *addr, __be16 port) { memset(addr, 0x00, sizeof(union sctp_addr)); addr->v6.sin6_family = AF_INET6; |