From dev-return-16516-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Jun 05 02:55:57 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 94763 invoked from network); 5 Jun 2006 02:55:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 02:55:56 -0000 Received: (qmail 75421 invoked by uid 500); 5 Jun 2006 02:55:55 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 75377 invoked by uid 500); 5 Jun 2006 02:55:55 -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 75355 invoked by uid 99); 5 Jun 2006 02:55:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 19:55:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.184.234 as permitted sender) Received: from [64.233.184.234] (HELO wr-out-0506.google.com) (64.233.184.234) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 19:55:53 -0700 Received: by wr-out-0506.google.com with SMTP id 58so1439584wri for ; Sun, 04 Jun 2006 19:55:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ltqB2qsFFgmMT7qLviSoCyqb1BkWVvnEWU40Qc/z5XlrPEmUD9ElO+eiqBd9mZT4IaK3y6TcS5lZSk3kNZSUqMA/Nx+Jn5j5/T5EJcnfr7Y60DF3OkvT7MkPnTb8TBSBpk2APAmoZFSbHBLEOhtMcgxWMhsnnnxBsshIaL4X3oQ= Received: by 10.54.111.13 with SMTP id j13mr4402367wrc; Sun, 04 Jun 2006 19:55:32 -0700 (PDT) Received: by 10.54.127.2 with HTTP; Sun, 4 Jun 2006 19:55:32 -0700 (PDT) Message-ID: <7edfeeef0606041955s15219e7el8fb73f6247b1d95e@mail.gmail.com> Date: Sun, 4 Jun 2006 22:55:32 -0400 From: "Garrett Rooney" Sender: rooneg@gmail.com To: dev@apr.apache.org Subject: Re: svn commit: r411637 - /apr/apr/trunk/network_io/unix/sendrecv.c In-Reply-To: <44839C56.9040009@p6m7g8.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060605015216.D3E1B1A983A@eris.apache.org> <44839C56.9040009@p6m7g8.com> X-Google-Sender-Auth: 817b34ff97038baa X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/4/06, Philip M. Gollucci wrote: > rooneg@apache.org wrote: > > Author: rooneg > > Date: Sun Jun 4 18:52:16 2006 > > New Revision: 411637 > > > > URL: http://svn.apache.org/viewvc?rev=411637&view=rev > > Log: > > Fix warning about unused variables on new versions of FreeBSD. > > > > Submitted by: Philip M. Gollucci > > > > * network_io/unix/sendrecv.c > > (apr_socket_sendfile): Only declare i if we're on a suitable version of > > FreeBSD. > > Thanks Garret. Is it worth it to propose back port to the other apr > branches ? I guess I can backport it to whatever release branches you like. Personally, I'm not overly worried about it, I mean it's just a tiny little warning... -garrett