Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 70696 invoked from network); 13 Sep 2006 18:00:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2006 18:00:22 -0000 Received: (qmail 36032 invoked by uid 500); 13 Sep 2006 18:00:22 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 36013 invoked by uid 500); 13 Sep 2006 18:00:22 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 36001 invoked by uid 99); 13 Sep 2006 18:00:22 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 11:00:22 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=sebor@mymail.quovadx.com; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain mymail.quovadx.com from 208.30.140.160 cause and error) Received: from ([208.30.140.160:24894] helo=moroha.quovadx.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 52/92-10245-FA648054 for ; Wed, 13 Sep 2006 10:59:22 -0700 Received: from qxvcexch01.ad.quovadx.com (qxvcexch01.ad.quovadx.com [192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id k8DHvkuB005774 for ; Wed, 13 Sep 2006 17:57:46 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 13 Sep 2006 11:57:55 -0600 Message-ID: <45084F91.1040502@roguewave.com> Date: Wed, 13 Sep 2006 12:36:01 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] error in sunpro.conf References: <45083002.80703@roguewave.com> In-Reply-To: <45083002.80703@roguewave.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Sep 2006 17:57:55.0064 (UTC) FILETIME=[23971780:01C6D75E] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrew Black wrote: > Greetings all > > Attached is a one-line patch that should fix make errors when specifying > CONFIG=sunpro.config. Thank you! I suppose I should have tested my patch before checking it in... ;-) Committed thusly: http://svn.apache.org/viewvc?view=rev&rev=443044 Martin