aboutsummaryrefslogtreecommitdiff
path: root/libfshelp/start-translator.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp/start-translator.c')
-rw-r--r--libfshelp/start-translator.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libfshelp/start-translator.c b/libfshelp/start-translator.c
index 7f0ae70d..e2716098 100644
--- a/libfshelp/start-translator.c
+++ b/libfshelp/start-translator.c
@@ -25,8 +25,9 @@
error_t
fshelp_start_translator (fshelp_open_fn_t underlying_open_fn,
- void *cookie, char *name, char *argz,
- int argz_len, int timeout, fsys_t *control)
+ void *cookie, char *name, char *argz,
+ mach_msg_type_number_t argz_len,
+ int timeout, fsys_t *control)
{
mach_port_t ports[INIT_PORT_MAX];
mach_port_t fds[STDERR_FILENO + 1];