mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
a2959ac694
commit
5f0de71223
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue