From 4ba239ddbe936322bd7f9a8b17715ebaeb1cb800 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 9 May 2023 00:31:03 +0300 Subject: libdiskfs: Port to x86_64 Message-Id: <20230508213136.608575-9-bugaevc@gmail.com> --- libdiskfs/io-restrict-auth.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libdiskfs/io-restrict-auth.c') diff --git a/libdiskfs/io-restrict-auth.c b/libdiskfs/io-restrict-auth.c index 4b27a919..bb21b15a 100644 --- a/libdiskfs/io-restrict-auth.c +++ b/libdiskfs/io-restrict-auth.c @@ -22,12 +22,12 @@ /* Implement io_restrict_auth as described in . */ kern_return_t diskfs_S_io_restrict_auth (struct protid *cred, - mach_port_t *newport, - mach_msg_type_name_t *newportpoly, - const uid_t *uids, - size_t nuids, - const gid_t *gids, - size_t ngids) + mach_port_t *newport, + mach_msg_type_name_t *newportpoly, + const uid_t *uids, + mach_msg_type_name_t nuids, + const gid_t *gids, + mach_msg_type_name_t ngids) { error_t err; struct iouser *user; -- cgit v1.2.3