diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 20:49:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 20:49:28 +0000 |
commit | a1cdaed5248c3c695d03e79cf808ff65cb6e28b8 (patch) | |
tree | cdcc93d151090f97896638c6ad99cf50573aa6c3 /libtrivfs | |
parent | 6698465f7b905c17155ef821f3b9929f60dba74f (diff) |
(trivfs_S_file_statfs):
Diffstat (limited to 'libtrivfs')
-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; |