diff options
Diffstat (limited to 'otherlibs/unix/getgroups.c')
-rw-r--r-- | otherlibs/unix/getgroups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getgroups.c b/otherlibs/unix/getgroups.c index 3fe4bef24..4c9b2d3fc 100644 --- a/otherlibs/unix/getgroups.c +++ b/otherlibs/unix/getgroups.c @@ -22,7 +22,7 @@ value unix_getgroups() /* ML */ { - int gidset[NGROUPS]; + gid_t gidset[NGROUPS]; int n; value res; int i; |