From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FlEZr-0006SY-Vd for mharc-grub-devel@gnu.org; Tue, 30 May 2006 20:28:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FlEZp-0006S0-Rp for grub-devel@gnu.org; Tue, 30 May 2006 20:28:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FlEZn-0006RL-26 for grub-devel@gnu.org; Tue, 30 May 2006 20:28:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlEZm-0006RH-U1 for grub-devel@gnu.org; Tue, 30 May 2006 20:28:42 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FlEfg-0002Du-TZ for grub-devel@gnu.org; Tue, 30 May 2006 20:34:49 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id E335E3CACA35A for ; Wed, 31 May 2006 04:03:00 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 6A0AB3CACA359 for ; Wed, 31 May 2006 04:03:00 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 31 May 2006 02:28:39 +0200 User-Agent: KMail/1.8.2 References: <447CB449.9080901@nic.fi> In-Reply-To: <447CB449.9080901@nic.fi> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200605310228.39428.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.491247, version=0.17.2 Subject: Re: [patch] Fix for building correct code on i386-pc (CVS-HEAD) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 00:28:46 -0000 On Tuesday 30 May 2006 23:08, Vesa J=E4=E4skel=E4inen wrote: > Attached patch fixes problems for compiling correct code on i386-pc... > other platforms needs to be modified similarly too... Sorry. This is my mistake. I've fixed it differently right now. Okuji