From 038268ff0a95582fc1262caa40a4aa9ff5eee478 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 6 Nov 1996 01:29:25 +0000 Subject: proto mountroot and friends --- sys/sys/systm.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/sys/systm.h b/sys/sys/systm.h index cc15025ec35..0aba14591b7 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: systm.h,v 1.12 1996/10/29 08:46:27 mickey Exp $ */ +/* $OpenBSD: systm.h,v 1.13 1996/11/06 01:29:24 deraadt Exp $ */ /* $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $ */ /*- @@ -226,6 +226,10 @@ void cpu_set_kpc __P((struct proc *, void (*)(struct proc *))); void kmstartup __P((void)); #endif +int nfs_mountroot __P((void)); +int dk_mountroot __P((void)); +int (*mountroot) __P((void)); + #include #ifdef DDB -- cgit v1.2.3