Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 70815 invoked by uid 500); 8 Aug 2001 02:29:30 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 70799 invoked from network); 8 Aug 2001 02:29:29 -0000 X-Authentication-Warning: cobra.cs.Virginia.EDU: jcw5q owned process doing -bs Date: Tue, 7 Aug 2001 22:29:34 -0400 (EDT) From: Cliff Woolley X-X-Sender: To: Jeff Trawick , Subject: Re: cvs commit: apr/network_io/unix sockets.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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 cliffwoolley@yahoo.com Charlottesville, VA