mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-03 14:41:34 +03:00
* cpio.c (cpiofs_data): Warning fix in initization.
* tar.c (tarfs_data): Likewise.
This commit is contained in:
parent
2538dbfdd3
commit
7f6b843a94
@ -1,5 +1,8 @@
|
||||
2002-11-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* cpio.c (cpiofs_data): Warning fix in initization.
|
||||
* tar.c (tarfs_data): Likewise.
|
||||
|
||||
* vfs.c: Leave only necessary includes from ../src.
|
||||
|
||||
2002-11-10 Pavel Roskin <proski@gnu.org>
|
||||
|
@ -612,8 +612,12 @@ static struct vfs_s_data cpiofs_data = {
|
||||
|
||||
vfs_s_find_entry_tree,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
/* ??? */
|
||||
};
|
||||
|
||||
vfs vfs_cpiofs_ops = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user