diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-02-04 19:38:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-02-04 19:38:21 +0000 |
commit | 31e904f89aee2b5ed35cb41f72444a42b2fc6033 (patch) | |
tree | 2eb69abb1ead8605cc898a136ec9f6908bbc732a /sys/kern | |
parent | c9010f09a58f11eb61902f52b78bf2288189058f (diff) |
Cleanup mountroot-related definitions.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/vfs_subr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index da612f77f05..c5f9b33e278 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_subr.c,v 1.81 2002/01/23 00:39:48 art Exp $ */ +/* $OpenBSD: vfs_subr.c,v 1.82 2002/02/04 19:38:20 miod Exp $ */ /* $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $ */ /* @@ -254,7 +254,6 @@ int vfs_mountroot() { struct vfsconf *vfsp; - extern int (*mountroot)(void); int error; if (mountroot != NULL) |