arrfab / rpms / shim

Forked from rpms/shim 4 years ago
Clone

Blame SOURCES/0003-netboot.h-fix-build-error-on-32-bit-systems.patch

4210fa
From 434e854202236ec5809dbb96589fc34313dbff9e Mon Sep 17 00:00:00 2001
4210fa
From: Andrew Boie <andrew.p.boie@intel.com>
4210fa
Date: Thu, 31 Oct 2013 13:56:56 -0700
4210fa
Subject: [PATCH 03/74] netboot.h: fix build error on 32-bit systems
4210fa
4210fa
Function prototype/implementation mismatch.
4210fa
4210fa
Change-Id: I89aaae1b49d0372d3aed76fc21c194e0ae55f72e
4210fa
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
4210fa
---
4210fa
 netboot.h | 2 +-
4210fa
 1 file changed, 1 insertion(+), 1 deletion(-)
4210fa
4210fa
diff --git a/netboot.h b/netboot.h
4210fa
index 2cdb421..6417373 100644
4210fa
--- a/netboot.h
4210fa
+++ b/netboot.h
4210fa
@@ -5,5 +5,5 @@ extern BOOLEAN findNetboot(EFI_HANDLE image_handle);
4210fa
 
4210fa
 extern EFI_STATUS parseNetbootinfo(EFI_HANDLE image_handle);
4210fa
 
4210fa
-extern EFI_STATUS FetchNetbootimage(EFI_HANDLE image_handle, VOID **buffer, UINTN *bufsiz);
4210fa
+extern EFI_STATUS FetchNetbootimage(EFI_HANDLE image_handle, VOID **buffer, UINT64 *bufsiz);
4210fa
 #endif
4210fa
-- 
4210fa
1.9.3
4210fa