Re: struct iovec

[ Available lists | Index of freebsd-standards | Month of Apr 2002 | Week of 25 Apr 2002 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Bruce Evans <bde@zeta.org.au>
Date
25 Apr 2002 12:28:07
Subject
Re: struct iovec
Message-ID
20020426052455.J1536-100000@gamplex.bde.org

In reply to

[ Hide this part ]
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



Elapsed time: 0.051 seconds