From 1c088b9b3a78dcc08dc0b94ffa7a3e38a6f738b7 Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 5 Dec 2023 05:27:26 +0000 Subject: [PATCH] boot_file was removed in arm64 machdep.c rev 1.55 --- sys/arch/arm64/include/bootconfig.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/arm64/include/bootconfig.h b/sys/arch/arm64/include/bootconfig.h index b47defd59c0..071b9306937 100644 --- a/sys/arch/arm64/include/bootconfig.h +++ b/sys/arch/arm64/include/bootconfig.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bootconfig.h,v 1.3 2018/05/28 19:39:15 kettenis Exp $ */ +/* $OpenBSD: bootconfig.h,v 1.4 2023/12/05 05:27:26 jsg Exp $ */ /* $NetBSD: bootconfig.h,v 1.2 2001/06/21 22:08:28 chris Exp $ */ /*- @@ -44,6 +44,4 @@ struct arm64_bootparams { void initarm(struct arm64_bootparams *); -extern char *boot_file; - #endif /* _MACHINE_BOOTCONFIG_H_ */ -- 2.20.1