mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Use uint16_t instead of in_port_t for consistency with the SCTP code.
MFC after: 1 week
This commit is contained in:
parent
7fb93a40c2
commit
a28c9ff0b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255162
@ -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…
Reference in New Issue
Block a user