diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:09:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:09:46 +0000 |
commit | 68eaab0d867d3d740331f7782e0c763a05a09248 (patch) | |
tree | a409dd57bb0d2939b9ea7a2a83761ab0699925b8 | |
parent | 5c1b784449c3243c6a581b7c93e221b2f1883248 (diff) |
entered into RCS
-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 5c098475..a83b1597 100644 --- a/libtrivfs/file-sync.c +++ b/libtrivfs/file-sync.c @@ -19,7 +19,7 @@ #include "fs_S.h" kern_return_t -diskfs_S_file_sync (struct trivfs_protid *cred, +trivfs_S_file_sync (struct trivfs_protid *cred, int wait) { return cred ? file_sync (cred->realnode, wait) : EOPNOTSUPP; |