---
 libiohelp/iouser-reauth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 
-- 
2.40.1


Reply via email to