diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-21 02:24:53 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 06:27:08 +0100 |
commit | 6fbfa9f951878ab489147d9e459191d4aacfa819 (patch) | |
tree | b542f52199466aab195f86f1565e3beb62d2c04d /net/sctp/socket.c | |
parent | [SCTP]: flip_to_{h,n}() are not needed anymore. (diff) | |
download | linux-6fbfa9f951878ab489147d9e459191d4aacfa819.tar.xz linux-6fbfa9f951878ab489147d9e459191d4aacfa819.zip |
[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/socket.c')
-rw-r--r-- | net/sctp/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index adbe531fdedc..56f77d35a8e1 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c @@ -5055,7 +5055,7 @@ static int sctp_autobind(struct sock *sk) { union sctp_addr autoaddr; struct sctp_af *af; - unsigned short port; + __be16 port; /* Initialize a local sockaddr structure to INADDR_ANY. */ af = sctp_sk(sk)->pf->af; |