summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2002-02-04 19:38:18 +0000
committermiod <miod@openbsd.org>2002-02-04 19:38:18 +0000
commit4a01d04f2499d50ea17144da5dafa9d79a9778fe (patch)
tree09b8c7b28309087312e820bfd525359bee786a21 /sys/kern/vfs_subr.c
parentmake hptdump take a space arg and print only entried for that space, all on -1 (diff)
downloadwireguard-openbsd-4a01d04f2499d50ea17144da5dafa9d79a9778fe.tar.xz
wireguard-openbsd-4a01d04f2499d50ea17144da5dafa9d79a9778fe.zip
Cleanup mountroot-related definitions.
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c3
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)