diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:53 +0000 |
commit | eee4dd5f1632eef38b4592bd18ed926338e09c1d (patch) | |
tree | 03fc5b423224d1f8ef2466a527425b8e2bcf26a1 /libtrivfs/file-statfs.c | |
parent | aed5df6e33f0e6d8d4ad93da6bb2714e58f007fb (diff) |
Formerly file-statfs.c.~3~
Diffstat (limited to 'libtrivfs/file-statfs.c')
-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 2a2cb8aa..d3b08028 100644 --- a/libtrivfs/file-statfs.c +++ b/libtrivfs/file-statfs.c @@ -19,7 +19,7 @@ #include "fs_S.h" #include <string.h> -error_t +kern_return_t diskfs_S_file_statfs (struct trivfs_protid *cred, struct fsys_statfsbuf *stb) { |