From d6366593f2ee55a600f6df2bb72fab4bf8cc6d6a Mon Sep 17 00:00:00 2001 From: tuexen Date: Mon, 2 Sep 2013 23:27:53 +0000 Subject: 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(-) (limited to 'sys/netinet/sctp_output.c') diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index 50e1ed9..ddd9175 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) -- cgit v1.1