mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 10:53:23 +03:00
* vfs.c (vfs_init) [!WITH_MCFS]: Don't register mcfs.
This commit is contained in:
parent
5a255dd2ea
commit
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>
|
2002-04-12 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* extfs/trpm: update to work with rpm 4.x.
|
* extfs/trpm: update to work with rpm 4.x.
|
||||||
|
@ -1267,7 +1267,9 @@ vfs_init (void)
|
|||||||
#ifdef WITH_SMBFS
|
#ifdef WITH_SMBFS
|
||||||
vfs_register (&vfs_smbfs_ops);
|
vfs_register (&vfs_smbfs_ops);
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef WITH_MCFS
|
||||||
vfs_register (&vfs_mcfs_ops);
|
vfs_register (&vfs_mcfs_ops);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
vfs_register (&vfs_fish_ops);
|
vfs_register (&vfs_fish_ops);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user