From ce5e3a32a54e73e60d45659519ac75e812599fc5 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 9 May 2023 00:30:59 +0300 Subject: libfshelp: Port to x86_64 Message-Id: <20230508213136.608575-5-bugaevc@gmail.com> --- libfshelp/exec-reauth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libfshelp/exec-reauth.c') diff --git a/libfshelp/exec-reauth.c b/libfshelp/exec-reauth.c index 7b87d576..6b99175a 100644 --- a/libfshelp/exec-reauth.c +++ b/libfshelp/exec-reauth.c @@ -28,8 +28,8 @@ extern error_t exec_reauth (auth_t auth, int secure, int must_reauth, - mach_port_t *ports, unsigned num_ports, - mach_port_t *fds, unsigned num_fds); + mach_port_t *ports, mach_msg_type_number_t num_ports, + mach_port_t *fds, mach_msg_type_number_t num_fds); /* If SUID or SGID is true, adds UID and/or GID respectively to the authentication in PORTS[INIT_PORT_AUTH], and replaces it with the result. -- cgit v1.2.3