summaryrefslogtreecommitdiff
path: root/libtrivfs/file-lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/file-lock.c')
-rw-r--r--libtrivfs/file-lock.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libtrivfs/file-lock.c b/libtrivfs/file-lock.c
index e63efa32..10d39736 100644
--- a/libtrivfs/file-lock.c
+++ b/libtrivfs/file-lock.c
@@ -19,13 +19,16 @@
#include "fs_S.h"
kern_return_t
-trivfs_S_file_lock (struct trivfs_protid *cred, int flags)
+trivfs_S_file_lock (struct trivfs_protid *cred,
+ mach_port_t reply, mach_msg_type_name_t reply_type,
+ int flags)
{
return EOPNOTSUPP;
}
kern_return_t
trivfs_S_file_lock_stat (struct trivfs_protid *cred,
+ mach_port_t reply, mach_msg_type_name_t reply_type,
int *mystatus, int *otherstat)
{
return EOPNOTSUPP;