summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_init.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-02 18:58:56 +0000
committerbde <bde@FreeBSD.org>1995-12-02 18:58:56 +0000
commit3089ef081608c63c7ab47c632cfbc98efdc0e815 (patch)
tree8eec40ad47c699b4e7ca9c8c29bd2bc032d89b93 /sys/kern/vfs_init.c
parentc860a459a3a5c94e0fe6643c2ec81dbd60f0d530 (diff)
downloadFreeBSD-src-3089ef081608c63c7ab47c632cfbc98efdc0e815.zip
FreeBSD-src-3089ef081608c63c7ab47c632cfbc98efdc0e815.tar.gz
Completed function declarations and/or added prototypes.
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r--sys/kern/vfs_init.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index af3fde2..0bc8cdc 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_init.c 8.3 (Berkeley) 1/4/94
- * $Id: vfs_init.c,v 1.14 1995/11/20 12:42:09 phk Exp $
+ * $Id: vfs_init.c,v 1.15 1995/12/02 17:10:53 bde Exp $
*/
@@ -56,6 +56,8 @@
#include <vm/vm.h>
#include <sys/sysctl.h>
+extern void vfs_op_init __P((void));
+
static void vfsinit __P((void *));
SYSINIT(vfs, SI_SUB_VFS, SI_ORDER_FIRST, vfsinit, NULL)
@@ -229,7 +231,6 @@ vfs_op_init()
*/
extern struct vnodeops dead_vnodeops;
extern struct vnodeops spec_vnodeops;
-extern void vclean();
struct vattr va_null;
/*
OpenPOWER on IntegriCloud