K 10 svn:author V 6 fenner K 8 svn:date V 27 1998-11-04T20:22:11.000000Z K 7 svn:log V 337 Fix sbcheck() to check all packets on socket buffer. Also fix data types and printf formats while I'm here. PR: misc/8494 Panic instead of looping forever in sbflush(). If sb_mbcnt counts more mbufs than sb_cc counts bytes, the original code can turn into an infinite loop of removing 0 bytes from the socket buffer until it's empty. END