[syslinux] [PATCH 1/3] The VPrint definition is now part of the exports of gnu-efi

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


Signed-off-by: Benoît Allard <benoit.allard at greenbone.net>
---
 efi/fio.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/efi/fio.h b/efi/fio.h
index 65fff8d..a1bfe68 100644
--- a/efi/fio.h
+++ b/efi/fio.h
@@ -11,15 +11,6 @@
 #define MAX_EFI_ARGS		64
 #define WS(c16)         (c16 == L' ' || c16 == CHAR_TAB)
 
-/* VPrint is not in export declarations in gnu-efi lib yet
- * although it is a global function; declare it here
- */
-extern UINTN
-VPrint (
-    IN CHAR16   *fmt,
-    va_list     args
-    );
-
 extern EFI_STATUS efi_errno;
 
 void efi_memcpy(unsigned char *dst, unsigned char *src, size_t len);
-- 
2.1.4



More information about the Syslinux mailing list