readv/writev

Chris Torek torek at elf.ee.lbl.gov
Wed Jun 26 09:00:21 AEST 1991


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



More information about the Comp.unix.programmer mailing list