Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2002 05:28:49 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        standards@FreeBSD.ORG
Subject:   Re: struct iovec
Message-ID:  <20020426052455.J1536-100000@gamplex.bde.org>
In-Reply-To: <xzphelzwtcj.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On 25 Apr 2002, Dag-Erling Smorgrav wrote:

> Is there anything in any of the standards that prevents us from making
> iov_base a void * instead of a char *?

Probably not.  POSIX.1-200x-draft7 only prevents making it a char *
instead of a void * :-).  We also have a wrong type for iov_len
(should be size_t).

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-standards" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020426052455.J1536-100000>