From c517830fa35a75f2fcfe77ac7f8465ea71903c2a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 24 May 1994 20:24:48 +0000 Subject: Formerly file-lock.c.~4~ --- libtrivfs/file-lock.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libtrivfs') diff --git a/libtrivfs/file-lock.c b/libtrivfs/file-lock.c index 9045aa1d..ea3c5909 100644 --- a/libtrivfs/file-lock.c +++ b/libtrivfs/file-lock.c @@ -16,15 +16,17 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "fs_S.h" error_t -trivfs_S_file_lock (struct protid *cred, int flags) +trivfs_S_file_lock (struct trivfs_protid *cred, int flags) { return EOPNOTSUPP; } error_t -trivfs_S_file_lock_stat (struct protid *cred, int *mystatus, int *otherstat) +trivfs_S_file_lock_stat (struct trivfs_protid *cred, + int *mystatus, int *otherstat) { return EOPNOTSUPP; } -- cgit v1.2.3