From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CUk6P-0007dd-3x for mharc-grub-devel@gnu.org; Thu, 18 Nov 2004 06:05:25 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUk6L-0007cy-RI for grub-devel@gnu.org; Thu, 18 Nov 2004 06:05:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUk6K-0007cR-Hx for grub-devel@gnu.org; Thu, 18 Nov 2004 06:05:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUk6K-0007cF-4N for grub-devel@gnu.org; Thu, 18 Nov 2004 06:05:20 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUjxI-0001YD-V2 for grub-devel@gnu.org; Thu, 18 Nov 2004 05:56:01 -0500 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id E01B9AACA for ; Thu, 18 Nov 2004 11:40:33 +0100 (CET) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 28551-09 for ; Thu, 18 Nov 2004 11:40:32 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 755DBAD74 for ; Thu, 18 Nov 2004 11:40:31 +0100 (CET) Received: from marco.marco-g.com (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 2A056C048 for ; Thu, 18 Nov 2004 11:40:31 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <87actg8ehq.fsf@marco.marco-g.com> <200411181028.50091.okuji@enbug.org> From: Marco Gerards Date: Thu, 18 Nov 2004 10:40:38 +0000 In-Reply-To: <200411181028.50091.okuji@enbug.org> (Yoshinori K. Okuji's message of "Thu, 18 Nov 2004 10:28:49 +0100") Message-ID: <87actf4ezd.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Subject: Re: Partition modules 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: Thu, 18 Nov 2004 11:05:22 -0000 "Yoshinori K. Okuji" writes: > On Wednesday 17 November 2004 20:25, Marco Gerards wrote: >> Can someone please this patch on the PC for me to see if it works? I >> don't know when I can do that, I just tried if it compiles correctly >> on the PC. > > Don't expect me to test it... I might be able to have time in this > weekend, but no guarantee. Ok, otherwise I will just have to wait until I have a PC available. >> Index: include/grub/pc_partition.h >> =================================================================== >> RCS file: include/grub/pc_partition.h >> diff -N include/grub/pc_partition.h >> --- /dev/null 1 Jan 1970 00:00:00 -0000 >> +++ include/grub/pc_partition.h 17 Nov 2004 19:12:22 -0000 >> @@ -0,0 +1,190 @@ > [snip] > > The macros defined in this header should use different names, because > GRUB_PARTITION_FOO is too generic. Maybe GRUB_PC_PARTITION_FOO? Sure. I will make the change. Thanks. Marco