* vfs.c (vfs_init) [!WITH_MCFS]: Don't register mcfs.
Этот коммит содержится в:
родитель
5a255dd2ea
Коммит
a0ae265bbc
@ -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.
|
||||
|
@ -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);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user