From 02e02031abc9576a0ac76d8c344e8d4951fcaf2b Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 16 Jan 2023 18:41:53 +0000 Subject: [PATCH] some kernel prototypes should also be made available to _STANDALONE --- sys/arch/alpha/include/prom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/alpha/include/prom.h b/sys/arch/alpha/include/prom.h index 1a99707c27b..9c7d4bcb9f8 100644 --- a/sys/arch/alpha/include/prom.h +++ b/sys/arch/alpha/include/prom.h @@ -1,4 +1,4 @@ -/* $OpenBSD: prom.h,v 1.10 2014/12/18 10:45:29 dlg Exp $ */ +/* $OpenBSD: prom.h,v 1.11 2023/01/16 18:41:53 deraadt Exp $ */ /* $NetBSD: prom.h,v 1.12 2000/06/08 03:10:06 thorpej Exp $ */ /* @@ -111,7 +111,7 @@ void hwrpb_restart_setup(void); #endif #ifndef ASSEMBLER -#ifdef _KERNEL +#if defined(_KERNEL) || defined(_STANDALONE) void promcnputc(dev_t, int); int promcngetc(dev_t); int promcnlookc(dev_t, char *); -- 2.20.1