From: Jim Cromie Date: Mon, 26 Dec 2005 07:57:51 +0000 (-0700) Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77478a5d1e32bc0a0fedf0fe4f9218583a558ffd;p=p5sagit%2Fp5-mst-13.2.git chg 26486 removes last use of NGROUPS, so remove the macro-def Message-ID: <43B004EF.8060500@gmail.com> p4raw-id: //depot/perl@26489 --- diff --git a/doio.c b/doio.c index 4c913d8..a956af0 100644 --- a/doio.c +++ b/doio.c @@ -1928,9 +1928,6 @@ Perl_ingroup(pTHX_ Gid_t testgid, bool effective) if (testgid == (effective ? PL_egid : PL_gid)) return TRUE; #ifdef HAS_GETGROUPS -#ifndef NGROUPS -#define NGROUPS 32 -#endif { Groups_t *gary = NULL; I32 anum;