On Sat, Oct 16, 2010 at 6:41 PM, Claus Assmann
<ca+openbsd_t...@esmtp.org> wrote:
> Should the type of ssizearg be ssize_t?

Yep, at least as long as it exists as a distinct member in that union.
 I see FreeBSD at least has tossed it and uses the size_t member to
store ssize_t values, which is indeed guaranteed to be safe, but
there's no reason not to make the quick fix now.  Committed.


Philip Guenther

Reply via email to