summaryrefslogtreecommitdiff
path: root/libtrivfs/file-statfs.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 20:49:28 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 20:49:28 +0000
commita1cdaed5248c3c695d03e79cf808ff65cb6e28b8 (patch)
treecdcc93d151090f97896638c6ad99cf50573aa6c3 /libtrivfs/file-statfs.c
parent6698465f7b905c17155ef821f3b9929f60dba74f (diff)
(trivfs_S_file_statfs):
Diffstat (limited to 'libtrivfs/file-statfs.c')
-rw-r--r--libtrivfs/file-statfs.c2
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;