* src/vfsdummy.h [!USE_VFS] (mc_getlocalcopy): Implement.

This commit is contained in:
Pavel Tsekov 2006-07-26 09:55:55 +00:00
parent c2721465d7
commit 56067d3258
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)