summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2013-08-12 13:52:15 +0000
committertuexen <tuexen@FreeBSD.org>2013-08-12 13:52:15 +0000
commit46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb (patch)
treef54b17174baf3a37b715efa1f1650298649d77ce /sys/netinet/sctp_output.c
parentc625bb621d676c92ff731a6a929fea623b9033ad (diff)
downloadFreeBSD-src-46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb.zip
FreeBSD-src-46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb.tar.gz
Make the features a 64-bit value instead of 32-bit.
This will allow an easier integration of the support for NDATA. While there, do also some minor cleanups. Obtained from: rrs@ MFC after: 2 weeks
Diffstat (limited to 'sys/netinet/sctp_output.c')
-rw-r--r--sys/netinet/sctp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c
index e07bb05..244056f 100644
--- a/sys/netinet/sctp_output.c
+++ b/sys/netinet/sctp_output.c
@@ -7613,7 +7613,7 @@ sctp_med_chunk_output(struct sctp_inpcb *inp,
#endif
)
{
- /*
+ /**
* Ok this is the generic chunk service queue. we must do the
* following: - Service the stream queue that is next, moving any
* message (note I must get a complete message i.e. FIRST/MIDDLE and
OpenPOWER on IntegriCloud