[syslinux] [PATCH 2/3] The EFI_PXE_BASE_CODE struct has been renamed to EFI_PXE_BASE_CODE_PROTOCOL

Benoît Allard benoit.allard at greenbone.net
Fri Jun 9 03:08:00 PDT 2017


Signed-off-by: Benoît Allard <benoit.allard at greenbone.net>
---
 efi/pxe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/efi/pxe.c b/efi/pxe.c
index 6e59109..8060dff 100644
--- a/efi/pxe.c
+++ b/efi/pxe.c
@@ -90,7 +90,7 @@ struct embedded_dhcp_options embedded_dhcp_options =
 void net_parse_dhcp(void)
 {
     EFI_PXE_BASE_CODE_MODE *mode;
-    EFI_PXE_BASE_CODE *bc;
+    EFI_PXE_BASE_CODE_PROTOCOL *bc;
     unsigned int pkt_len = sizeof(EFI_PXE_BASE_CODE_PACKET);
     EFI_STATUS status;
     uint8_t hardlen;
-- 
2.1.4



More information about the Syslinux mailing list