From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1B4SMY-00053Z-3f for mharc-grub-devel@gnu.org; Fri, 19 Mar 2004 17:21:10 -0500 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4SMV-00052x-TB for grub-devel@gnu.org; Fri, 19 Mar 2004 17:21:07 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B4SLy-0004uj-Ur for grub-devel@gnu.org; Fri, 19 Mar 2004 17:21:07 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4SLy-0004uI-Au for grub-devel@gnu.org; Fri, 19 Mar 2004 17:20:34 -0500 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 356958590 for ; Fri, 19 Mar 2004 23:20:36 +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 31762-08 for ; Fri, 19 Mar 2004 23:20:34 +0100 (CET) Received: from mail.han.nl (mail.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 24CEE8105 for ; Fri, 19 Mar 2004 23:20:34 +0100 (CET) Received: from marco.marco-g.com (1Cust102.tnt37.rtm1.nld.da.uu.net [213.116.168.102]) by mail.han.nl (Postfix) with ESMTP id D5021C045 for ; Fri, 19 Mar 2004 23:20:26 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <40595AA3.6000800@ciam.ru> <200403181331.51694.okuji@enbug.org> <405B64FB.4020109@ciam.ru> <87ish0cy4z.fsf@marco.marco-g.com> <405B6C8E.8070108@ciam.ru> From: Marco Gerards Date: Fri, 19 Mar 2004 23:22:00 +0100 In-Reply-To: <405B6C8E.8070108@ciam.ru> (Sergey Matveychuk's message of "Sat, 20 Mar 2004 00:56:30 +0300") Message-ID: <87ad2ccwaf.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: GRUB2: *BSD and more patch X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 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: Fri, 19 Mar 2004 22:21:08 -0000 Sergey Matveychuk writes: > > : + if (strncmp ("/dev/sd", path, 7) == 0 || strncmp ("/dev/hd", > path, 7) == 0 || > > : + strncmp ("/dev/ad", path, 7) == 0 || strncmp ("/dev/wd", > path, 7) == 0) > > > > Doesn't the GCS say that lines should be broken before operators? Not > > a biggie, but anway. > > > > Are you agree with it? Please do it as it is explained in the GCS. The same goes for the changelog. Thanks, Marco