summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-28 22:06:56 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-28 22:06:56 +0000
commit11720eb9b4be5111d3c7d93ffcd3581449586de2 (patch)
tree46550f773151787a07f7d1776c5d2cccc129837b /sys
parentf002804559c69ed5a1d1fb90b302dba0770f8ce3 (diff)
hide proto from locore
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/reboot.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h
index 0f73678e820..d8d43ca66a2 100644
--- a/sys/sys/reboot.h
+++ b/sys/sys/reboot.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: reboot.h,v 1.9 1998/03/18 12:10:14 pefo Exp $ */
+/* $OpenBSD: reboot.h,v 1.10 2002/02/28 22:06:55 mickey Exp $ */
/* $NetBSD: reboot.h,v 1.9 1996/04/22 01:23:25 christos Exp $ */
/*
@@ -93,7 +93,7 @@
((controller) << B_CONTROLLERSHIFT) | ((unit) << B_UNITSHIFT) | \
((partition) << B_PARTITIONSHIFT) | B_DEVMAGIC)
-#if defined(_KERNEL) && !defined(_STANDALONE)
+#if defined(_KERNEL) && !defined(_STANDALONE) && !defined(_LOCORE)
__BEGIN_DECLS
@@ -103,4 +103,3 @@ void boot __P((int))
__END_DECLS
#endif /* _KERNEL */
-