Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0
gnu-efi
gnu-efi-fix-efi-pxe-base-code.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnu-efi-fix-efi-pxe-base-code.patch of Package gnu-efi
From 97fe9c9eddb753c4e44accc0656822ff6a60bcb9 Mon Sep 17 00:00:00 2001 From: Gary Lin <glin@suse.com> Date: Tue, 13 Jun 2017 16:39:17 +0800 Subject: [PATCH] Fix EFI_PXE_BASE_CODE declaration Declare EFI_PXE_BASE_CODE correctly EFI_PXE_BASE_CODE was redefined in the early commit(*) to match the definition in EDK2. However, EFI_PXE_BASE_CODE wasn't declared correctly. Since EFI_PXE_BASE_CODE_PROTOCOL is already an alias of "struct _EFI_PXE_BASE_CODE_PROTOCOL", the additional struct in front of EFI_PXE_BASE_CODE_PROTOCOL actually confused the compiler and caused build fail. Remove the redundant struct to avoid confusion. *751cbce3f640c7 Update global protocol GUIDs definitions to match EDK2 Signed-off-by: Gary Lin <glin@suse.com> --- inc/efipxebc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/efipxebc.h b/inc/efipxebc.h index 580a6ef..035a853 100644 --- a/inc/efipxebc.h +++ b/inc/efipxebc.h @@ -419,7 +419,7 @@ typedef struct _EFI_PXE_BASE_CODE_PROTOCOL { // Use 'EFI_PXE_BASE_CODE_PROTOCOL_GUID' instead. typedef struct _EFI_PXE_BASE_CODE_PROTOCOL _EFI_PXE_BASE_CODE; -typedef struct EFI_PXE_BASE_CODE_PROTOCOL EFI_PXE_BASE_CODE; +typedef EFI_PXE_BASE_CODE_PROTOCOL EFI_PXE_BASE_CODE; // // Call Back Definitions -- 2.13.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor