Use uint16_t instead of in_port_t for consistency with the SCTP code.

MFC after: 1 week
This commit is contained in:
Michael Tuexen 2013-09-02 23:27:53 +00:00
parent 7fb93a40c2
commit a28c9ff0b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255162

View File

@ -3561,7 +3561,7 @@ sctp_process_cmsgs_for_init(struct sctp_tcb *stcb, struct mbuf *control, int *er
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)