From 0e42308d0cb4f114d987e19ff7110c0f66043b85 Mon Sep 17 00:00:00 2001 From: kstailey Date: Wed, 15 Jan 1997 23:00:00 +0000 Subject: [PATCH] add prototype of reboot2() via machdep.h --- sys/compat/sunos/sunos_misc.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/compat/sunos/sunos_misc.c b/sys/compat/sunos/sunos_misc.c index 8dbd70058e2..a05365a238c 100644 --- a/sys/compat/sunos/sunos_misc.c +++ b/sys/compat/sunos/sunos_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sunos_misc.c,v 1.8 1996/08/25 12:19:57 deraadt Exp $ */ +/* $OpenBSD: sunos_misc.c,v 1.9 1997/01/15 23:00:00 kstailey Exp $ */ /* $NetBSD: sunos_misc.c,v 1.65 1996/04/22 01:44:31 christos Exp $ */ /* @@ -100,6 +100,10 @@ #include +#ifdef sun3 +# include /* for prototype of reboot2() */ +#endif + static int sunstatfs __P((struct statfs *, caddr_t)); int -- 2.20.1