diff options
-rw-r--r-- | libiohelp/iouser-reauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiohelp/iouser-reauth.c b/libiohelp/iouser-reauth.c index 9edab7cf..d8fd11d9 100644 --- a/libiohelp/iouser-reauth.c +++ b/libiohelp/iouser-reauth.c @@ -33,7 +33,7 @@ error_t iohelp_reauth (struct iouser **user, { uid_t gubuf[20], ggbuf[20], aubuf[20], agbuf[20]; uid_t *gen_uids, *gen_gids, *aux_uids, *aux_gids; - size_t genuidlen, gengidlen, auxuidlen, auxgidlen; + mach_msg_type_number_t genuidlen, gengidlen, auxuidlen, auxgidlen; error_t err; struct iouser *new; |