mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* src/vfsdummy.h [!USE_VFS] (mc_getlocalcopy): Implement.
This commit is contained in:
parent
c2721465d7
commit
56067d3258
@ -1,3 +1,7 @@
|
|||||||
|
2006-06-26 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
|
* vfsdummy.h [!USE_VFS] (mc_getlocalcopy): Implement.
|
||||||
|
|
||||||
2006-06-17 Pavel Tsekov <ptsekov@gmx.net>
|
2006-06-17 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
* mountlist.c (fstype_to_string): Update the code to match its
|
* mountlist.c (fstype_to_string): Update the code to match its
|
||||||
|
@ -46,7 +46,7 @@ return_zero (void)
|
|||||||
#define mc_setctl(a,b,c) return_zero()
|
#define mc_setctl(a,b,c) return_zero()
|
||||||
|
|
||||||
#define mc_get_current_wd(x,size) get_current_wd (x, size)
|
#define mc_get_current_wd(x,size) get_current_wd (x, size)
|
||||||
#define mc_getlocalcopy(x) NULL
|
#define mc_getlocalcopy(x) vfs_canon(x)
|
||||||
#define mc_ungetlocalcopy(x,y,z) do { } while (0)
|
#define mc_ungetlocalcopy(x,y,z) do { } while (0)
|
||||||
|
|
||||||
#define vfs_init() do { } while (0)
|
#define vfs_init() do { } while (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user