From d7a6ab28035779065026b70dca440892d819c0bc Mon Sep 17 00:00:00 2001 From: eivind Date: Mon, 9 Feb 1998 06:11:36 +0000 Subject: Staticize. --- sys/kern/vfs_mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/vfs_mount.c') diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 4a103be..56fb1b9 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94 - * $Id: vfs_conf.c,v 1.19 1997/12/01 11:34:41 julian Exp $ + * $Id: vfs_conf.c,v 1.20 1998/01/09 03:21:01 eivind Exp $ */ /* @@ -70,7 +70,7 @@ MALLOC_DEFINE(M_MOUNT, "mount", "vfs mount struct"); /* * These define the root filesystem, device, and root filesystem type. */ -struct mount *rootfs; +static struct mount *rootfs; struct vnode *rootvnode; char *mountrootfsname; #ifdef BOOTP -- cgit v1.1