Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 25812 invoked from network); 11 Sep 2006 02:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Sep 2006 02:28:30 -0000 Received: (qmail 73456 invoked by uid 500); 11 Sep 2006 02:28:30 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 73425 invoked by uid 500); 11 Sep 2006 02:28:30 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 73414 invoked by uid 99); 11 Sep 2006 02:28:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Sep 2006 19:28:30 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Sep 2006 19:28:30 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E9B541A981A; Sun, 10 Sep 2006 19:28:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r442075 - /httpd/apreq/trunk/library/util.c Date: Mon, 11 Sep 2006 02:28:09 -0000 To: apreq-cvs@httpd.apache.org From: pgollucci@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060911022809.E9B541A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pgollucci Date: Sun Sep 10 19:28:09 2006 New Revision: 442075 URL: http://svn.apache.org/viewvc?view=rev&rev=442075 Log: add missing #endif Modified: httpd/apreq/trunk/library/util.c Modified: httpd/apreq/trunk/library/util.c URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/library/util.c?view=diff&rev=442075&r1=442074&r2=442075 ============================================================================== --- httpd/apreq/trunk/library/util.c (original) +++ httpd/apreq/trunk/library/util.c Sun Sep 10 19:28:09 2006 @@ -733,6 +733,7 @@ * */ while (n < *nelts && len >= v[n].iov_len) +# endif /* !__GNUC__ */ #else /* * Hopefully everything else does this