* vfs.h [USE_VFS] (mc_setctl): Specify argument types.
Этот коммит содержится в:
родитель
ad4949c6cd
Коммит
6b3a6dd169
@ -1,5 +1,7 @@
|
||||
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.
|
||||
* tar.c (tarfs_data): Likewise.
|
||||
|
||||
|
@ -267,7 +267,7 @@
|
||||
# define mc_munmap munmap
|
||||
|
||||
# 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 mc_stat stat
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user