Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 37999 invoked from network); 31 Aug 2009 23:27:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Aug 2009 23:27:24 -0000 Received: (qmail 59606 invoked by uid 500); 31 Aug 2009 23:27:23 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 59531 invoked by uid 500); 31 Aug 2009 23:27:23 -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 59519 invoked by uid 99); 31 Aug 2009 23:27:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2009 23:27:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul@querna.org designates 209.85.211.192 as permitted sender) Received: from [209.85.211.192] (HELO mail-yw0-f192.google.com) (209.85.211.192) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2009 23:27:15 +0000 Received: by ywh30 with SMTP id 30so6406809ywh.25 for ; Mon, 31 Aug 2009 16:26:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.45.11 with SMTP id s11mr4490395ags.72.1251761212553; Mon, 31 Aug 2009 16:26:52 -0700 (PDT) In-Reply-To: <20090831211325.11D4D23888D2@eris.apache.org> References: <20090831211325.11D4D23888D2@eris.apache.org> Date: Mon, 31 Aug 2009 16:26:52 -0700 Message-ID: <4239a4320908311626h17ca5c6aj81acb9d66b24266d@mail.gmail.com> Subject: Re: svn commit: r809745 - /apr/apr/trunk/configure.in From: Paul Querna To: dev@apr.apache.org Cc: commits@apr.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Aug 31, 2009 at 2:13 PM, wrote: > Author: jim > Date: Mon Aug 31 21:13:24 2009 > New Revision: 809745 > > URL: http://svn.apache.org/viewvc?rev=3D809745&view=3Drev > Log: > This is the right one... > > Fix APR_OFF_T_FMT which is lld for OS X 10.6 (darwin 10.0.0) > since off_t ends up as a long long. > > Modified: > =C2=A0 =C2=A0apr/apr/trunk/configure.in > Doesn't this belong in apr_hints.m4: ?