From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1C79In-0001XK-7k for mharc-grub-devel@gnu.org; Tue, 14 Sep 2004 05:08:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C79Il-0001Wv-Fb for grub-devel@gnu.org; Tue, 14 Sep 2004 05:08:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C79Ij-0001WC-IV for grub-devel@gnu.org; Tue, 14 Sep 2004 05:08:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C79Ij-0001W7-C3 for grub-devel@gnu.org; Tue, 14 Sep 2004 05:08:37 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C79Cq-0000mG-Op for grub-devel@gnu.org; Tue, 14 Sep 2004 05:02:33 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 85277F54F744 for ; Tue, 14 Sep 2004 11:02:31 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 14 Sep 2004 11:02:47 +0200 User-Agent: KMail/1.6.1 References: <092956E4-05EA-11D9-8F77-000A95A0560C@penguinppc.org> In-Reply-To: <092956E4-05EA-11D9-8F77-000A95A0560C@penguinppc.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Message-Id: <200409141102.47093.okuji@enbug.org> Subject: Re: [ppc patch] correct get_property prototype 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: Tue, 14 Sep 2004 09:08:39 -0000 On Tuesday 14 September 2004 03:04, Hollis Blanchard wrote: > Adjust a parameter type to be a bit more accurate. It won't cause > compile changes, but knowing the proper/expected type would have > saved me some debugging time when I was passing in the wrong value. I've checked in your patch. Thank you. For the other patches for ppc architecture, I will leave Marco. Okuji