From 77478a5d1e32bc0a0fedf0fe4f9218583a558ffd Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Mon, 26 Dec 2005 00:57:51 -0700 Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def Message-ID: <43B004EF.8060500@gmail.com> p4raw-id: //depot/perl@26489 --- doio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'doio.c') diff --git a/doio.c b/doio.c index 4c913d868f..a956af0dd6 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; -- cgit v1.2.1