diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:24:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:24:48 +0000 |
commit | c517830fa35a75f2fcfe77ac7f8465ea71903c2a (patch) | |
tree | 4906dabaccdf799c2e68e63cb9cbb75abd0d298c /libtrivfs/file-lock.c | |
parent | b58497de7940716e4fc64f0b9fffa57569f31287 (diff) |
Formerly file-lock.c.~4~
Diffstat (limited to 'libtrivfs/file-lock.c')
-rw-r--r-- | libtrivfs/file-lock.c | 6 |
1 files changed, 4 insertions, 2 deletions
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; } |