summaryrefslogtreecommitdiff
path: root/libtrivfs/file-getfh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/file-getfh.c')
-rw-r--r--libtrivfs/file-getfh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/file-getfh.c b/libtrivfs/file-getfh.c
index 6ff348f9..eeb9e3d1 100644
--- a/libtrivfs/file-getfh.c
+++ b/libtrivfs/file-getfh.c
@@ -20,8 +20,8 @@
kern_return_t
trivfs_S_file_getfh (struct trivfs_protid *cred,
- char **data,
- u_int *datalen)
+ mach_port_t reply, mach_msg_type_name_t reply_type,
+ char **data, u_int *datalen)
{
return EOPNOTSUPP;
}