summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtrivfs/file-get-transcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-get-transcntl.c b/libtrivfs/file-get-transcntl.c
index 0a5c926a..643bda55 100644
--- a/libtrivfs/file-get-transcntl.c
+++ b/libtrivfs/file-get-transcntl.c
@@ -21,7 +21,7 @@
kern_return_t
trivfs_S_file_get_translator_cntl (struct trivfs_protid *cred,
mach_port_t *cntl,
- mach_msg_type_name_t cntl_type)
+ mach_msg_type_name_t *cntl_type)
{
return EOPNOTSUPP;
}