summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2013-09-02 23:27:53 +0000
committertuexen <tuexen@FreeBSD.org>2013-09-02 23:27:53 +0000
commitd6366593f2ee55a600f6df2bb72fab4bf8cc6d6a (patch)
tree96f43561d84a6b14ed109c8e46ae8594e4f9eb57
parent5a8454fde7ad8eb79d59d5a9a686541ab11f29f6 (diff)
downloadFreeBSD-src-d6366593f2ee55a600f6df2bb72fab4bf8cc6d6a.zip
FreeBSD-src-d6366593f2ee55a600f6df2bb72fab4bf8cc6d6a.tar.gz
Use uint16_t instead of in_port_t for consistency with the SCTP code.
MFC after: 1 week
-rw-r--r--sys/netinet/sctp_output.c2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud