diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:49 +0000 |
commit | aed5df6e33f0e6d8d4ad93da6bb2714e58f007fb (patch) | |
tree | 77f31b0a76146a4b471d6c0354ca6829c334e184 | |
parent | 1859ee8e6a6300963559ea5b4c852dd64e1a4f88 (diff) |
Formerly file-sync.c.~3~
-rw-r--r-- | libtrivfs/file-sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-sync.c b/libtrivfs/file-sync.c index ffdaf4d2..5c098475 100644 --- a/libtrivfs/file-sync.c +++ b/libtrivfs/file-sync.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t diskfs_S_file_sync (struct trivfs_protid *cred, int wait) { |