* vfs.c (vfs_init) [!WITH_MCFS]: Don't register mcfs.

This commit is contained in:
Andrew V. Samoilov 2002-04-19 07:25:32 +00:00
parent 5a255dd2ea
commit a0ae265bbc
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-19 Andrew V. Samoilov <kai@cmail.ru>
* vfs.c (vfs_init) [!WITH_MCFS]: Don't register mcfs.
2002-04-12 Pavel Roskin <proski@gnu.org>
* extfs/trpm: update to work with rpm 4.x.

View File

@ -1267,7 +1267,9 @@ vfs_init (void)
#ifdef WITH_SMBFS
vfs_register (&vfs_smbfs_ops);
#endif
#ifdef WITH_MCFS
vfs_register (&vfs_mcfs_ops);
#endif
#endif
vfs_register (&vfs_fish_ops);