aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-20 16:59:45 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:26:17 -0800
commit5bf2db03908b9121805af3c76e3ac2d0759e199f (patch)
tree4d512f9410eea1679e5be709941f620bd83e470a /include/net/sctp
parent[SCTP]: Annotate SCTP headers. (diff)
downloadlinux-dev-5bf2db03908b9121805af3c76e3ac2d0759e199f.tar.xz
linux-dev-5bf2db03908b9121805af3c76e3ac2d0759e199f.zip
[SCTP]: Annotate sctp_init_cause().
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/sm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/sm.h b/include/net/sctp/sm.h
index de313de4fefe..a3b0e1e896f0 100644
--- a/include/net/sctp/sm.h
+++ b/include/net/sctp/sm.h
@@ -213,7 +213,7 @@ struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
const struct sctp_chunk *);
struct sctp_chunk *sctp_make_shutdown_complete(const struct sctp_association *,
const struct sctp_chunk *);
-void sctp_init_cause(struct sctp_chunk *, __u16 cause, const void *, size_t);
+void sctp_init_cause(struct sctp_chunk *, __be16 cause, const void *, size_t);
struct sctp_chunk *sctp_make_abort(const struct sctp_association *,
const struct sctp_chunk *,
const size_t hint);