From a28c9ff0b77f0dbf7e07e7e7fe84fe9f73a14433 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Mon, 2 Sep 2013 23:27:53 +0000 Subject: [PATCH] Use uint16_t instead of in_port_t for consistency with the SCTP code. MFC after: 1 week --- sys/netinet/sctp_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index 50e1ed97e0b..ddd9175aebe 100644 --- a/sys/netinet/sctp_output.c +++ b/sys/netinet/sctp_output.c @@ -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)