From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Td2jI-0000WO-PV for mharc-grub-devel@gnu.org; Mon, 26 Nov 2012 12:44:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td2jF-0000VS-VO for grub-devel@gnu.org; Mon, 26 Nov 2012 12:44:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Td2jB-0006hr-VM for grub-devel@gnu.org; Mon, 26 Nov 2012 12:44:21 -0500 Received: from service87.mimecast.com ([91.220.42.44]:44396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td2jB-0006Z8-LP for grub-devel@gnu.org; Mon, 26 Nov 2012 12:44:17 -0500 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 26 Nov 2012 17:44:13 +0000 Received: from [10.1.79.61] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 26 Nov 2012 17:44:11 +0000 Message-ID: <50B3AA6A.2000001@arm.com> Date: Mon, 26 Nov 2012 17:44:10 +0000 From: Leif Lindholm User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: [PATCH] Typo in types.h X-OriginalArrivalTime: 26 Nov 2012 17:44:11.0214 (UTC) FILETIME=[A4970EE0:01CDCBFD] X-MC-Unique: 112112617441303001 Content-Type: multipart/mixed; boundary="------------010901010707020807010305" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 91.220.42.44 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: Mon, 26 Nov 2012 17:44:23 -0000 This is a multi-part message in MIME format. --------------010901010707020807010305 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable & -> && Current version functionally correct, but reads a bit funny. Regards, Leif --------------010901010707020807010305 Content-Type: text/x-patch; name=types_h.patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="types_h.patch" =3D=3D=3D modified file 'include/grub/types.h' --- include/grub/types.h=092012-06-07 12:07:02 +0000 +++ include/grub/types.h=092012-11-26 17:40:33 +0000 @@ -50,7 +50,7 @@ # error "This architecture is not supported because sizeof(void *) !=3D 4 = and sizeof(void *) !=3D 8" #endif =20 -#if !defined (GRUB_UTIL) & !defined (GRUB_TARGET_WORDSIZE) +#if !defined (GRUB_UTIL) && !defined (GRUB_TARGET_WORDSIZE) # if GRUB_TARGET_SIZEOF_VOID_P =3D=3D 4 # define GRUB_TARGET_WORDSIZE 32 # elif GRUB_TARGET_SIZEOF_VOID_P =3D=3D 8 --------------010901010707020807010305--