From 49cb7b3cd749ff3c691625fe63943ec995a30a20 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 24 May 1994 21:24:04 +0000 Subject: entered into RCS --- libtrivfs/file-lock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtrivfs/file-lock.c') diff --git a/libtrivfs/file-lock.c b/libtrivfs/file-lock.c index ea3c5909..e63efa32 100644 --- a/libtrivfs/file-lock.c +++ b/libtrivfs/file-lock.c @@ -18,13 +18,13 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_lock (struct trivfs_protid *cred, int flags) { return EOPNOTSUPP; } -error_t +kern_return_t trivfs_S_file_lock_stat (struct trivfs_protid *cred, int *mystatus, int *otherstat) { -- cgit v1.2.3