From: jsg Date: Tue, 5 Dec 2023 05:27:26 +0000 (+0000) Subject: boot_file was removed in arm64 machdep.c rev 1.55 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1c088b9b3a78dcc08dc0b94ffa7a3e38a6f738b7;p=openbsd boot_file was removed in arm64 machdep.c rev 1.55 --- 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_ */