0006-The-VPrint-definition-is-now-part-of-the-exports-of-.patch 981 B

12345678910111213141516171819202122232425262728293031323334353637
  1. From 39274503292a6003b1b0c93f694e34f11e85ea44 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Beno=C3=AEt=20Allard?= <benoit.allard@greenbone.net>
  3. Date: Fri, 9 Jun 2017 11:55:14 +0200
  4. Subject: [PATCH] The VPrint definition is now part of the exports of
  5. gnu-efi
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=UTF-8
  8. Content-Transfer-Encoding: 8bit
  9. Signed-off-by: Benoît Allard <benoit.allard@greenbone.net>
  10. ---
  11. efi/fio.h | 9 ---------
  12. 1 file changed, 9 deletions(-)
  13. diff --git a/efi/fio.h b/efi/fio.h
  14. index 65fff8d..a1bfe68 100644
  15. --- a/efi/fio.h
  16. +++ b/efi/fio.h
  17. @@ -11,15 +11,6 @@
  18. #define MAX_EFI_ARGS 64
  19. #define WS(c16) (c16 == L' ' || c16 == CHAR_TAB)
  20. -/* VPrint is not in export declarations in gnu-efi lib yet
  21. - * although it is a global function; declare it here
  22. - */
  23. -extern UINTN
  24. -VPrint (
  25. - IN CHAR16 *fmt,
  26. - va_list args
  27. - );
  28. -
  29. extern EFI_STATUS efi_errno;
  30. void efi_memcpy(unsigned char *dst, unsigned char *src, size_t len);
  31. --
  32. 2.1.4