Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/efiboot Deal with gnu-efi upgrade - "efi...
details: https://anonhg.NetBSD.org/src/rev/1006f6bbe029
branches: trunk
changeset: 365479:1006f6bbe029
user: kre <kre%NetBSD.org@localhost>
date: Fri Aug 17 04:59:34 2018 +0000
description:
Deal with gnu-efi upgrade - "efilib.h" now provides a prototype
for VPrint() so it is no longer needed here, particularly not a
slightly different prototype. Fixes the amd64 i386 & ia64 builds.
diffstat:
sys/arch/i386/stand/efiboot/panic.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 53a0183fe17d -r 1006f6bbe029 sys/arch/i386/stand/efiboot/panic.c
--- a/sys/arch/i386/stand/efiboot/panic.c Thu Aug 16 18:28:10 2018 +0000
+++ b/sys/arch/i386/stand/efiboot/panic.c Fri Aug 17 04:59:34 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: panic.c,v 1.4 2017/02/11 10:15:55 nonaka Exp $ */
+/* $NetBSD: panic.c,v 1.5 2018/08/17 04:59:34 kre Exp $ */
/*-
* Copyright (c) 2016 Kimihiro Nonaka <nonaka%netbsd.org@localhost>
@@ -30,9 +30,6 @@
#include <efistdarg.h>
-/* from sys/external/bsd/gnu-efi/dist/lib/print.c */
-UINTN VPrint (IN CHAR16 *, va_list);
-
__dead VOID
Panic(
IN CHAR16 *fmt,
Home |
Main Index |
Thread Index |
Old Index