On Tue, 7 Aug 2001, Cliff Woolley wrote:

> > + if ((rc = getsockopt(sock->socketdes, SOL_SOCKET, SO_ERROR,
> &error, &len)) < 0) {

It seems that len really ought to be an int, not an apr_size_t... I'm
getting incompatible pointer type warnings on Solaris.

I checked the man pages on Solaris, HP-UX, and msdn.microsoft.com, and
they all specifically say "int" for SO_ERROR.

Does that jive?

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to