aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-20 17:24:53 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:27:08 -0800
commit6fbfa9f951878ab489147d9e459191d4aacfa819 (patch)
treeb542f52199466aab195f86f1565e3beb62d2c04d /include/net/sctp
parent[SCTP]: flip_to_{h,n}() are not needed anymore. (diff)
downloadlinux-dev-6fbfa9f951878ab489147d9e459191d4aacfa819.tar.xz
linux-dev-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 'include/net/sctp')
-rw-r--r--include/net/sctp/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index d44202b0487d..3a6b8745538c 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -560,7 +560,7 @@ struct sctp_af {
struct sctp_sock *,
const struct sk_buff *);
sctp_scope_t (*scope) (union sctp_addr *);
- void (*inaddr_any) (union sctp_addr *, unsigned short);
+ void (*inaddr_any) (union sctp_addr *, __be16);
int (*is_any) (const union sctp_addr *);
int (*available) (union sctp_addr *,
struct sctp_sock *);