K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-09-23T08:41:48.000000Z K 7 svn:log V 268 Fix ccdiodone code. The code was using cbp->cb_buf.b_bcount to sum the total amount of I/O issued to determine when all the I/O has completed. This fails when the EOF boundry occurs in the middle of an I/O. Using cbp->cb_buf.b_bufsize works better. END