From a1cdaed5248c3c695d03e79cf808ff65cb6e28b8 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 20:49:28 +0000 Subject: (trivfs_S_file_statfs): --- libtrivfs/file-statfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtrivfs') 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; -- cgit v1.2.3