From 68eaab0d867d3d740331f7782e0c763a05a09248 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 25 May 1994 22:09:46 +0000 Subject: entered into RCS --- libtrivfs/file-sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3