svn commit: r265962 - stable/9/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Tue May 13 17:21:46 UTC 2014
Author: tuexen
Date: Tue May 13 17:21:45 2014
New Revision: 265962
URL: http://svnweb.freebsd.org/changeset/base/265962
Log:
MFC r255162:
Use uint16_t instead of in_port_t for consistency with the SCTP code.
Modified:
stable/9/sys/netinet/sctp_output.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctp_output.c
==============================================================================
--- stable/9/sys/netinet/sctp_output.c Tue May 13 17:18:59 2014 (r265961)
+++ stable/9/sys/netinet/sctp_output.c Tue May 13 17:21:45 2014 (r265962)
@@ -3561,7 +3561,7 @@ sctp_process_cmsgs_for_init(struct sctp_
static struct sctp_tcb *
sctp_findassociation_cmsgs(struct sctp_inpcb **inp_p,
- in_port_t port,
+ uint16_t port,
struct mbuf *control,
struct sctp_nets **net_p,
int *error)
More information about the svn-src-stable-9
mailing list