[syslinux] [PATCH 3/3] Update the longjump calls to fit the new declaration

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


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

diff --git a/efi/main.c b/efi/main.c
index fd95f5c..b5383cd 100644
--- a/efi/main.c
+++ b/efi/main.c
@@ -10,7 +10,6 @@
 #include <syslinux/firmware.h>
 #include <syslinux/linux.h>
 #include <sys/ansi.h>
-#include <setjmp.h>
 
 #include "efi.h"
 #include "fio.h"
@@ -31,7 +30,7 @@ uint32_t timer_irq;
 __export uint8_t KbdMap[256];
 char aux_seg[256];
 
-static jmp_buf load_error_buf;
+static jmp_buf *load_error_buf;
 
 EFI_HANDLE image_handle, image_device_handle, mnpsb_handle;
 
-- 
2.1.4



More information about the Syslinux mailing list