aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_structs.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2019-03-24 12:13:05 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2019-03-24 12:13:05 +0000
commit58e6eeef455767b3112cc3bac35d200746701318 (patch)
treee69536bb4ab2169ff87b4116504f3728473056ee /sys/netinet/sctp_structs.h
parent6b6de29ca16d8c2ceb1516d7aa6985482a3f819e (diff)
downloadsrc-58e6eeef455767b3112cc3bac35d200746701318.tar.gz
src-58e6eeef455767b3112cc3bac35d200746701318.zip
Fix build issue for the userland stack.
Joint work with rrs@. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=345467
Diffstat (limited to 'sys/netinet/sctp_structs.h')
-rw-r--r--sys/netinet/sctp_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h
index a70c18a6fbaf..451ae72bce34 100644
--- a/sys/netinet/sctp_structs.h
+++ b/sys/netinet/sctp_structs.h
@@ -166,7 +166,7 @@ struct sctp_copy_all {
struct sctp_inpcb *inp; /* ep */
struct mbuf *m;
struct sctp_sndrcvinfo sndrcv;
- size_t sndlen;
+ ssize_t sndlen;
int cnt_sent;
int cnt_failed;
};