Use uint16_t instead of in_port_t for consistency with the SCTP code.
MFC after: 1 week
This commit is contained in:
parent
5a8454fde7
commit
d6366593f2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user