Cleanups for 4.4BSD-Lite
[unix-history] / usr / src / sys / kern / vfs_conf.c
index 70ce9ef..0581446 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)vfs_conf.c  8.1 (Berkeley) %G%
+ *     @(#)vfs_conf.c  8.2 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -25,7 +25,7 @@ int (*mountroot)() = ffs_mountroot;
  * These define the root filesystem and device.
  */
 struct mount *rootfs;
  * These define the root filesystem and device.
  */
 struct mount *rootfs;
-struct vnode *rootdir;
+struct vnode *rootvnode;
 
 /*
  * Set up the filesystem operations for vnodes.
 
 /*
  * Set up the filesystem operations for vnodes.