aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/sctp6_var.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2017-04-26 19:26:40 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2017-04-26 19:26:40 +0000
commit6ebfa5ee1405050b43837f98797f1bcf2c6e4f92 (patch)
treef1d0714a9cf001093aba7948bac40396c68a125c /sys/netinet6/sctp6_var.h
parenta63222db3a2dfe97537f8ae60eaed26d3b928e55 (diff)
downloadsrc-6ebfa5ee1405050b43837f98797f1bcf2c6e4f92.tar.gz
src-6ebfa5ee1405050b43837f98797f1bcf2c6e4f92.zip
Use consistently uint32_t for mtu values.
This does not change functionality, but this cleanup is need for further improvements of ICMP handling. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=317457
Diffstat (limited to 'sys/netinet6/sctp6_var.h')
-rw-r--r--sys/netinet6/sctp6_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/sctp6_var.h b/sys/netinet6/sctp6_var.h
index 232fee15da1d..a24ceba7ee15 100644
--- a/sys/netinet6/sctp6_var.h
+++ b/sys/netinet6/sctp6_var.h
@@ -49,6 +49,6 @@ sctp6_output(struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
void sctp6_ctlinput(int, struct sockaddr *, void *);
void
sctp6_notify(struct sctp_inpcb *, struct sctp_tcb *, struct sctp_nets *,
- uint8_t, uint8_t, uint16_t);
+ uint8_t, uint8_t, uint32_t);
#endif
#endif