From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IjXuU-0003SZ-D8 for mharc-grub-devel@gnu.org; Sun, 21 Oct 2007 06:19:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjXuR-0003PL-HZ for grub-devel@gnu.org; Sun, 21 Oct 2007 06:19:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjXuP-0003NT-UD for grub-devel@gnu.org; Sun, 21 Oct 2007 06:19:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjXuP-0003NN-JQ for grub-devel@gnu.org; Sun, 21 Oct 2007 06:19:49 -0400 Received: from smtp-vbr9.xs4all.nl ([194.109.24.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjXuP-0008IK-56 for grub-devel@gnu.org; Sun, 21 Oct 2007 06:19:49 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id l9LAJjqq098372 for ; Sun, 21 Oct 2007 12:19:46 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20071015143857.GA26571@thorin> <87wstnqhdb.fsf@xs4all.nl> <20071016183420.GA4335@thorin> <87odeyrj7r.fsf@xs4all.nl> <20071016200647.GA13827@thorin> <873awaqbci.fsf@xs4all.nl> <20071019123817.GA20469@thorin> Mail-Copies-To: mgerards@xs4all.nl Date: Sun, 21 Oct 2007 12:21:02 +0200 In-Reply-To: <20071019123817.GA20469@thorin> (Robert Millan's message of "Fri, 19 Oct 2007 14:38:17 +0200") Message-ID: <87ejforcoh.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 Subject: Re: [PATCH] Implement grub_sleep() and grub_ticksleep() 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: Sun, 21 Oct 2007 10:19:51 -0000 Robert Millan writes: Hi, [...] > Fixed, I think. Yes, I think it is :-) > Attached new patch. > diff -Nurp grub2/include/grub/misc.h grub2.time/include/grub/misc.h > --- grub2/include/grub/misc.h 2007-07-22 01:32:22.000000000 +0200 > +++ grub2.time/include/grub/misc.h 2007-10-19 14:19:53.000000000 +0200 > @@ -83,6 +83,7 @@ grub_uint64_t EXPORT_FUNC(grub_divmod64) > grub_uint32_t d, grub_uint32_t *r); > > /* Inline functions. */ > + > static inline unsigned int > grub_abs (int x) You accidently added a whitespace above. Please remove this before you apply. -- Marco