summaryrefslogtreecommitdiff
path: root/getgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'getgroups.c')
-rw-r--r--getgroups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getgroups.c b/getgroups.c
index 4a10fe7d..8dfe264c 100644
--- a/getgroups.c
+++ b/getgroups.c
@@ -36,7 +36,7 @@ main(UNUSED(int argc), UNUSED(char *argv[]))
{
int n, i;
gid_t list[NGROUPS_MAX];
- gid_t gid = getgid();
+ gid_t gid = MY_GID();
int gid_in_list = 0;
if ((n = getgroups(NGROUPS_MAX, list)) < 0) {