[syslinux:master] The VPrint definition is now part of the exports of gnu-efi

syslinux-bot for Benoît Allard benoit.allard at greenbone.net
Wed Feb 20 17:54:53 PST 2019


Commit-ID:  7bed3e157a6432c3d5af59bb36918271c7a6750f
Gitweb:     http://www.syslinux.org/commit/7bed3e157a6432c3d5af59bb36918271c7a6750f
Author:     Benoît Allard <benoit.allard at greenbone.net>
AuthorDate: Fri, 9 Jun 2017 11:55:14 +0200
Committer:  Joakim Tjernlund <joakim.tjernlund at infinera.com>
CommitDate: Thu, 9 Nov 2017 19:03:50 +0100

The VPrint definition is now part of the exports of gnu-efi

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 65fff8df..a1bfe68d 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);


More information about the Syslinux-commits mailing list