You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by ma...@hyperreal.com on 1997/04/14 16:23:18 UTC

Changed information for PR os-linux/387

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.