From c40deccda1a5145413b1a52c9275d3c3c1406b4d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 6 Nov 1995 21:19:54 +0000 Subject: complete ufs -> ffs change (From John Kohl; PR #1403) --- sys/kern/vfs_conf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index b265cb3eedb..ff0f0e19f9d 100644 --- a/sys/kern/vfs_conf.c +++ b/sys/kern/vfs_conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: vfs_conf.c,v 1.21 1994/06/29 06:33:52 cgd Exp $ */ +/* $NetBSD: vfs_conf.c,v 1.21.4.1 1995/11/01 00:06:26 jtc Exp $ */ /* * Copyright (c) 1989, 1993 @@ -50,7 +50,7 @@ struct vnode *rootvnode; * The types are defined in mount.h. */ #ifdef FFS -extern struct vfsops ufs_vfsops; +extern struct vfsops ffs_vfsops; #endif #ifdef LFS @@ -116,7 +116,7 @@ extern struct vfsops adosfs_vfsops; struct vfsops *vfssw[] = { NULL, /* 0 = MOUNT_NONE */ #ifdef FFS - &ufs_vfsops, /* 1 = MOUNT_UFS */ + &ffs_vfsops, /* 1 = MOUNT_FFS */ #else NULL, #endif -- cgit v1.2.3