From 7f6b843a9414e61b1b3361a4309931ff43242331 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 11 Nov 2002 07:46:21 +0000 Subject: [PATCH] * cpio.c (cpiofs_data): Warning fix in initization. * tar.c (tarfs_data): Likewise. --- vfs/ChangeLog | 3 +++ vfs/cpio.c | 6 +++++- vfs/tar.c | 5 +++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 0b55a6124..3ea362acd 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,5 +1,8 @@ 2002-11-11 Pavel Roskin + * 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 diff --git a/vfs/cpio.c b/vfs/cpio.c index 7503f6d15..a3b91bf2d 100644 --- a/vfs/cpio.c +++ b/vfs/cpio.c @@ -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 = { diff --git a/vfs/tar.c b/vfs/tar.c index 9ff270955..c1b16ae9d 100644 --- a/vfs/tar.c +++ b/vfs/tar.c @@ -513,6 +513,11 @@ static struct vfs_s_data tarfs_data = { vfs_s_find_entry_tree, NULL, + NULL, + NULL, + + NULL, + NULL, NULL };