From e170b2ba75b8cd52b3975e18747bd7f39539bb64 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 7 Sep 1998 13:17:06 +0000 Subject: Removed statically configured mount type numbers (MOUNT_*) and all references to them. The change a couple of days ago to ignore these numbers in statically configured vfsconf structs was slightly premature because the cd9660, cfs, devfs, ext2fs, nfs vfs's still used MOUNT_* instead of the number in their vfsconf struct. --- sys/msdosfs/msdosfs_vfsops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/msdosfs') diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c index 1a03f62..42798d7 100644 --- a/sys/msdosfs/msdosfs_vfsops.c +++ b/sys/msdosfs/msdosfs_vfsops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vfsops.c,v 1.34 1998/04/29 12:55:51 dt Exp $ */ +/* $Id: msdosfs_vfsops.c,v 1.35 1998/05/06 05:29:38 msmith Exp $ */ /* $NetBSD: msdosfs_vfsops.c,v 1.51 1997/11/17 15:36:58 ws Exp $ */ /*- @@ -1015,4 +1015,4 @@ static struct vfsops msdosfs_vfsops = { msdosfs_init }; -VFS_SET(msdosfs_vfsops, msdos, MOUNT_MSDOS, 0); +VFS_SET(msdosfs_vfsops, msdos, 0); -- cgit v1.1