Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 7232 invoked from network); 18 Sep 2006 11:59:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Sep 2006 11:59:09 -0000 Received: (qmail 35213 invoked by uid 500); 18 Sep 2006 11:59:08 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 35155 invoked by uid 500); 18 Sep 2006 11:59:08 -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 35144 invoked by uid 99); 18 Sep 2006 11:59:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 04:59:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 04:58:58 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8IBw9VT030465 for ; Mon, 18 Sep 2006 07:58:09 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8IBw3n9001634 for ; Mon, 18 Sep 2006 07:58:03 -0400 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.7/8.13.7) with ESMTP id k8IBw2N5015793 for ; Mon, 18 Sep 2006 12:58:02 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.7/8.13.7/Submit) id k8IBw2Hm015792 for dev@apr.apache.org; Mon, 18 Sep 2006 12:58:02 +0100 X-Authentication-Warning: radish.cambridge.redhat.com: jorton set sender to jorton@redhat.com using -f Date: Mon, 18 Sep 2006 12:58:01 +0100 From: Joe Orton To: dev@apr.apache.org Subject: Re: Bug - apr_reslist_acquire_count Message-ID: <20060918115801.GA15681@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <860243270609180312tf2e997ak219cd3a98b26459e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <860243270609180312tf2e997ak219cd3a98b26459e@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, Sep 18, 2006 at 03:42:10PM +0530, Shubham Singal wrote: > Hi, > > There was a small bug when I was trying to compile the trunk code at > http://svn.apache.org/repos/asf/apr/apr-util/trunk/ ... > APU_DECLARE(apr_uint32_t) apr_reslist_acquired_count(apr_reslist_t > *reslist); > > > > > May be a spelling mistake, acquired and acquire. Ah, and this was why the httpd trunk build has been failing... thanks for catching this. Since both CHANGES and the header used the with-"d" form I changed the .c file to match; hope this was as intended. joe