In article <14609 at dog.ee.lbl.gov> I wrote: > for (p = iov, n = iovcnt; n > 0; p++, n--) { > if (iov->iov_len > cc) { [etc] All the `iov->'s in the loop should be `p->'s. -- In-Real-Life: Chris Torek, Lawrence Berkeley Lab CSE/EE (+1 415 486 5427) Berkeley, CA Domain: torek at ee.lbl.gov