X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetugroups.c;h=2be31ecb2545d22ed0d1023c7cbe374a8539ea16;hb=ef7682a4f97026900379ed9b09c7d27e799b7501;hp=44aeb809cbbf529ea84d039c12a4d374df24a69f;hpb=94076e90071e99e49b2bc751a86a9d330dd16242;p=gnulib.git diff --git a/lib/getugroups.c b/lib/getugroups.c index 44aeb809c..2be31ecb2 100644 --- a/lib/getugroups.c +++ b/lib/getugroups.c @@ -1,5 +1,5 @@ /* getugroups.c -- return a list of the groups a user is in - Copyright (C) 1990, 1991, 1998, 1999 Free Software Foundation. + Copyright (C) 1990, 1991, 1998, 1999, 2000 Free Software Foundation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -57,7 +57,7 @@ getugroups (int maxcount, GETGROUPS_T *grouplist, char *username, gid_t gid) register char **cp; register int count = 0; - if (gid != -1) + if (gid != (gid_t) -1) { if (maxcount != 0) grouplist[count] = gid;