Catch up to rev 1.87 of sys/sys/socketvar.h (sb_cc changed from u_long

to u_int).

Noticed by:	sparc64 tinderbox
This commit is contained in:
mike 2002-07-24 14:21:41 +00:00
parent d4b7c34fef
commit dec15c3add

View File

@ -837,7 +837,7 @@ restart:
((flags & MSG_WAITALL) && uio->uio_resid <= so->so_rcv.sb_hiwat)) &&
m->m_nextpkt == 0 && (pr->pr_flags & PR_ATOMIC) == 0)) {
KASSERT(m != 0 || !so->so_rcv.sb_cc,
("receive: m == %p so->so_rcv.sb_cc == %lu",
("receive: m == %p so->so_rcv.sb_cc == %u",
m, so->so_rcv.sb_cc));
if (so->so_error) {
if (m)