mirror of https://github.com/MidnightCommander/mc
* vfs.h [USE_VFS] (mc_setctl): Specify argument types.
This commit is contained in:
parent
ad4949c6cd
commit
6b3a6dd169
|
@ -1,5 +1,7 @@
|
||||||
2002-11-11 Pavel Roskin <proski@gnu.org>
|
2002-11-11 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* vfs.h [USE_VFS] (mc_setctl): Specify argument types.
|
||||||
|
|
||||||
* cpio.c (cpiofs_data): Warning fix in initization.
|
* cpio.c (cpiofs_data): Warning fix in initization.
|
||||||
* tar.c (tarfs_data): Likewise.
|
* tar.c (tarfs_data): Likewise.
|
||||||
|
|
||||||
|
|
|
@ -267,7 +267,7 @@
|
||||||
# define mc_munmap munmap
|
# define mc_munmap munmap
|
||||||
|
|
||||||
# define mc_ctl(a,b,c) 0
|
# define mc_ctl(a,b,c) 0
|
||||||
static inline int mc_setctl(a,b,c) { return 0; }
|
static inline int mc_setctl(char *path, int ctlop, char *arg) { return 0; }
|
||||||
# define vfs_translate_url(s) g_strdup(s)
|
# define vfs_translate_url(s) g_strdup(s)
|
||||||
|
|
||||||
# define mc_stat stat
|
# define mc_stat stat
|
||||||
|
|
Loading…
Reference in New Issue