summary refs log tree commit diff
path: root/src/uidgid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uidgid.h')
-rw-r--r--src/uidgid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uidgid.h b/src/uidgid.h
index 54f6686..a612edd 100644
--- a/src/uidgid.h
+++ b/src/uidgid.h
@@ -3,7 +3,8 @@
 
 struct uidgid {
   int uid;
-  int gid;
+  int gid[61];
+  int gids;
 };
 
 extern unsigned int uidgid_get(struct uidgid *, char *, unsigned int);