aboutsummaryrefslogtreecommitdiff
path: root/libfshelp/exec-reauth.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/exec-reauth.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/exec-reauth.c')
-rw-r--r--libfshelp/exec-reauth.c4
1 files changed, 2 insertions, 2 deletions
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.