From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4569 invoked by alias); 28 Mar 2005 19:29:36 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 4524 invoked from network); 28 Mar 2005 19:29:35 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 28 Mar 2005 19:29:35 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id CD3C5357B; Mon, 28 Mar 2005 11:29:33 -0800 (PST) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.11/8.12.9) with ESMTP id j2SJTXMW026184; Mon, 28 Mar 2005 11:29:33 -0800 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id j2SJTXkI026181; Mon, 28 Mar 2005 11:29:33 -0800 Date: Mon, 28 Mar 2005 19:29:00 -0000 Message-Id: <200503281929.j2SJTXkI026181@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Glibc hackers Subject: Re: [PATCH] Fix build with latest GCC 4 (take 2) In-Reply-To: Jakub Jelinek's message of Friday, 25 March 2005 22:13:57 +0100 <20050325211357.GN4961@sunsite.mff.cuni.cz> X-Windows: power tools for power fools. X-SW-Source: 2005-03/txt/msg00074.txt.bz2 > 2005-03-25 Jakub Jelinek > > * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than > . I put this one in. Thanks, Roland