Synopsis: redefinition of struct in compile - redef takes place in buff.c - post include of sys/uio.h
State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Mon Apr 14 07:23:17 PDT 1997 State-Changed-Why: buff.c is NOT redefining iovec, just declaring a variable of that type. Allan Cox says: >You are using an old C library include set and a newer kernel. If you >remove the definition of struct iovec from your includes, or you use >a set of includes appropriate for a 2.0 kernel you will not have this >problem.
