From 955c2e609c71575ab9e66cd0f451a0f18a1329ee Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 9 May 2023 00:31:01 +0300 Subject: libtrivfs: Port to x86_64 Message-Id: <20230508213136.608575-7-bugaevc@gmail.com> --- libtrivfs/fsys-getroot.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libtrivfs/fsys-getroot.c') diff --git a/libtrivfs/fsys-getroot.c b/libtrivfs/fsys-getroot.c index cf44657c..7728318a 100644 --- a/libtrivfs/fsys-getroot.c +++ b/libtrivfs/fsys-getroot.c @@ -31,8 +31,10 @@ trivfs_S_fsys_getroot (struct trivfs_control *cntl, mach_port_t reply_port, mach_msg_type_name_t reply_port_type, mach_port_t dotdot, - const id_t *uids, size_t nuids, - const id_t *gids, size_t ngids, + const id_t *uids, + mach_msg_type_number_t nuids, + const id_t *gids, + mach_msg_type_number_t ngids, int flags, retry_type *do_retry, string_t retry_name, -- cgit v1.2.3