diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2023-05-09 00:31:03 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-10 02:16:00 +0200 |
commit | 4ba239ddbe936322bd7f9a8b17715ebaeb1cb800 (patch) | |
tree | 54d13689e60310babf35b5d9117278eade2ed758 /libdiskfs/io-restrict-auth.c | |
parent | edc6fe07c5a7f9ade000b3bfc17c030fe2086e21 (diff) | |
download | hurd-4ba239ddbe936322bd7f9a8b17715ebaeb1cb800.tar.gz hurd-4ba239ddbe936322bd7f9a8b17715ebaeb1cb800.tar.bz2 hurd-4ba239ddbe936322bd7f9a8b17715ebaeb1cb800.zip |
libdiskfs: Port to x86_64
Message-Id: <20230508213136.608575-9-bugaevc@gmail.com>
Diffstat (limited to 'libdiskfs/io-restrict-auth.c')
-rw-r--r-- | libdiskfs/io-restrict-auth.c | 12 |
1 files changed, 6 insertions, 6 deletions
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 <hurd/io.defs>. */ 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; |