diff options
author | 1997-01-15 23:00:00 +0000 | |
---|---|---|
committer | 1997-01-15 23:00:00 +0000 | |
commit | 0e42308d0cb4f114d987e19ff7110c0f66043b85 (patch) | |
tree | 12855d6256b11e605b1ca802f61708a64ae5875d | |
parent | moved init of ret in randomioctl() to better location (diff) | |
download | wireguard-openbsd-0e42308d0cb4f114d987e19ff7110c0f66043b85.tar.xz wireguard-openbsd-0e42308d0cb4f114d987e19ff7110c0f66043b85.zip |
add prototype of reboot2() via machdep.h
-rw-r--r-- | sys/compat/sunos/sunos_misc.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 <vm/vm.h> +#ifdef sun3 +# include <machine/machdep.h> /* for prototype of reboot2() */ +#endif + static int sunstatfs __P((struct statfs *, caddr_t)); int |