svn commit: r255162 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon Sep 2 23:27:54 UTC 2013


Author: tuexen
Date: Mon Sep  2 23:27:53 2013
New Revision: 255162
URL: http://svnweb.freebsd.org/changeset/base/255162

Log:
  Use uint16_t instead of in_port_t for consistency with the SCTP code.
  
  MFC after: 1 week

Modified:
  head/sys/netinet/sctp_output.c

Modified: head/sys/netinet/sctp_output.c
==============================================================================
--- head/sys/netinet/sctp_output.c	Mon Sep  2 23:22:05 2013	(r255161)
+++ head/sys/netinet/sctp_output.c	Mon Sep  2 23:27:53 2013	(r255162)
@@ -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-all mailing list