bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 03/41] libiohelp: Port to x86_64


From: Sergey Bugaev
Subject: [PATCH 03/41] libiohelp: Port to x86_64
Date: Tue, 9 May 2023 00:30:58 +0300

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

[Prev in Thread] Current Thread [Next in Thread]