From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1W8Hte-0002bU-Ay for mharc-grub-devel@gnu.org; Tue, 28 Jan 2014 18:16:46 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8Htc-0002b9-Hs for grub-devel@gnu.org; Tue, 28 Jan 2014 18:16:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8Htb-0001hT-KV for grub-devel@gnu.org; Tue, 28 Jan 2014 18:16:44 -0500 Received: from v6.chiark.greenend.org.uk ([2001:ba8:1e3::]:39535 helo=chiark.greenend.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8Htb-0001h1-Fi for grub-devel@gnu.org; Tue, 28 Jan 2014 18:16:43 -0500 Received: from [172.20.153.9] (helo=riva.pelham.vpn.ucam.org) by chiark.greenend.org.uk (Debian Exim 4.72 #1) with esmtps (return-path cjwatson@ubuntu.com) id 1W8Hta-0004jo-Gx for grub-devel@gnu.org; Tue, 28 Jan 2014 23:16:42 +0000 Received: from ns1.pelham.vpn.ucam.org ([172.20.153.2] helo=riva.ucam.org) by riva.pelham.vpn.ucam.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1W8HtZ-0003Wn-O0 for grub-devel@gnu.org; Tue, 28 Jan 2014 23:16:41 +0000 Date: Tue, 28 Jan 2014 23:16:40 +0000 From: Colin Watson To: grub-devel@gnu.org Subject: Re: [PATCH] Port yaboot logic for various powerpc machine types Message-ID: <20140128231640.GA13442@riva.ucam.org> References: <20140128155840.GA4520@riva.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140128155840.GA4520@riva.ucam.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:ba8:1e3:: X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 23:16:45 -0000 On Tue, Jan 28, 2014 at 03:58:40PM +0000, Colin Watson wrote: > diff --git a/grub-core/osdep/linux/platform.c b/grub-core/osdep/linux/platform.c [...] > + free (buf); > + fclose (fp); While test-building for i386-pc I noticed that this requires and . Please pretend as if I included those in the previous patch. -- Colin Watson [cjwatson@ubuntu.com]