rpms/grub/devel grub-0.97-efipxe.patch,1.5,1.6

Peter Jones pjones at fedoraproject.org
Tue Apr 7 21:27:13 UTC 2009


Author: pjones

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

Modified Files:
	grub-0.97-efipxe.patch 
Log Message:
Fix /another/ accidental revert.


grub-0.97-efipxe.patch:

Index: grub-0.97-efipxe.patch
===================================================================
RCS file: /cvs/extras/rpms/grub/devel/grub-0.97-efipxe.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- grub-0.97-efipxe.patch	7 Apr 2009 21:19:42 -0000	1.5
+++ grub-0.97-efipxe.patch	7 Apr 2009 21:27:12 -0000	1.6
@@ -1,4 +1,4 @@
-From 4c6bf1cd9fcf484aa777e68be391c17f011f4f7f Mon Sep 17 00:00:00 2001
+From a9ed8a1143b719127771358e505bccb4a7f27efd Mon Sep 17 00:00:00 2001
 From: Peter Jones <pjones at redhat.com>
 Date: Tue, 31 Mar 2009 14:55:00 +0500
 Subject: [PATCH] add basic pxe boot support in efi
@@ -343,7 +343,7 @@
    path_name_len = dir_end + 1 - path_name;
 diff --git a/efi/efitftp.c b/efi/efitftp.c
 new file mode 100644
-index 0000000..92cdf9b
+index 0000000..5bb5de6
 --- /dev/null
 +++ b/efi/efitftp.c
 @@ -0,0 +1,179 @@
@@ -413,7 +413,7 @@
 +static grub_efi_status_t tftp_read_file(
 +	char *Filename,
 +	char *Buffer,
-+	grub_efi_uintn_t BufferSize)
++	grub_efi_uint64_t BufferSize)
 +{
 +	EFI_PXE_BASE_CODE_TFTP_OPCODE OpCode = EFI_PXE_BASE_CODE_TFTP_READ_FILE;
 +	grub_efi_boolean_t Overwrite = 0;




More information about the fedora-extras-commits mailing list