diff options
-rw-r--r-- | libtrivfs/file-statfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-statfs.c b/libtrivfs/file-statfs.c index f14d9aaa..8b306623 100644 --- a/libtrivfs/file-statfs.c +++ b/libtrivfs/file-statfs.c @@ -28,7 +28,7 @@ trivfs_S_file_statfs (struct trivfs_protid *cred, if (!trivfs_fsid) trivfs_fsid = getpid(); - bzero (stb, sizeof (struct fsys_statfsbuf)); + bzero (stb, sizeof (struct statfs)); stb->f_type = trivfs_fstype; stb->f_fsid = trivfs_fsid; |