rpms/grub/devel grub-0.97-efistatus.patch,NONE,1.1

Peter Jones pjones at fedoraproject.org
Mon Apr 6 15:13:41 UTC 2009


Author: pjones

Update of /cvs/extras/rpms/grub/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21916

Added Files:
	grub-0.97-efistatus.patch 
Log Message:
* Mon Apr 06 2009 Peter Jones <pjones at redhat.com> - 0.97-46
- Update gnu-efi buildreq.
- Fix up pxe code for i386


grub-0.97-efistatus.patch:

--- NEW FILE grub-0.97-efistatus.patch ---
From: Peter Jones <pjones at redhat.com>
Date: Mon, 6 APR 2009 10:22:00 +0500
Subject: [PATCH] Make sure EFI_STATUS is defined on ia32.

diff -urpN grub-0.97/efi/grub/efi/eficall.h.status grub-0.97/efi/grub/efi/eficall.h
--- grub-0.97/efi/grub/efi/eficall.h.status	2009-04-06 10:18:39.000000000 -0400
+++ grub-0.97/efi/grub/efi/eficall.h	2009-04-06 10:18:58.000000000 -0400
@@ -145,6 +145,7 @@ EFI_STATUS x64_call10(unsigned long func
 
 #else
 
+typedef long EFI_STATUS;
 #define Call_Service(func)                      func()
 #define Call_Service_1(func,a)                  func(a)
 #define Call_Service_2(func,a,b)                func(a,b)




More information about the scm-commits mailing list