diff options
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; } |