Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 4646 invoked from network); 11 Nov 2005 18:20:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Nov 2005 18:20:48 -0000 Received: (qmail 49721 invoked by uid 500); 11 Nov 2005 18:20:47 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 49684 invoked by uid 500); 11 Nov 2005 18:20:46 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 49672 invoked by uid 99); 11 Nov 2005 18:20:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 10:20:46 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [137.65.81.172] (HELO lucius.provo.novell.com) (137.65.81.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 10:20:38 -0800 Received: from INET-PRV1-MTA by lucius.provo.novell.com with Novell_GroupWise; Fri, 11 Nov 2005 11:20:24 -0700 Message-Id: <43747DF4.6720.00AC.0@novell.com> X-Mailer: Novell GroupWise Internet Agent 7.0 Date: Fri, 11 Nov 2005 11:20:10 -0700 From: "Brad Nicholes" To: , Subject: Proper declaration for apr_wait_for_io_or_timeout() (was: Re: NWGNUmakefile update for APR1.2?) References: <4373C6BC.3050000@bocnet.com.au> <4373D104.5040505@bocnet.com.au> In-Reply-To: <4373D104.5040505@bocnet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 500/1000/N Reposting to the APR list with a new subject line. Does this need to be taken care of in APR 1.2.x before httpd 2.2 ships? Brad >>> On 11/10/2005 at 4:00:20 pm, in message <4373D104.5040505@bocnet.com.au>, normw@bocnet.com.au wrote: > Greetings All, > (Blush) > Seems the missing symbol is lost from aprlib.imp; a check of APR 1.2 > shows the function is declared in apr_support.h as: > >> apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s, >> int for_read); > > Shouldn't that be APR_DECLARE(apr_status_t) for public symbols? > Norm > > NormW wrote: >> Greetings All, >> Just trying a build of NetWare 2.1 head and from results it seems like >> the NWGNUmakefile in the root of APR 1.2 needs an added 'include': >> >> $(APR)/support/unix/ \ >> >> if NetWare is to use waitio.c and apr_wait_for_io_or_timeout(). >> Cheers, >> Norm