aboutsummaryrefslogtreecommitdiff
path: root/libfshelp/start-translator.c
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2023-05-09 00:30:59 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-10 02:08:57 +0200
commitce5e3a32a54e73e60d45659519ac75e812599fc5 (patch)
treeae71de65ed495e635e5af7006d2e73bf3f84da4d /libfshelp/start-translator.c
parent12feacb67ee755f2f25a1384c496e991eeee6097 (diff)
downloadhurd-ce5e3a32a54e73e60d45659519ac75e812599fc5.tar.gz
hurd-ce5e3a32a54e73e60d45659519ac75e812599fc5.tar.bz2
hurd-ce5e3a32a54e73e60d45659519ac75e812599fc5.zip
libfshelp: Port to x86_64
Message-Id: <20230508213136.608575-5-bugaevc@gmail.com>
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];