summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2005-12-26 00:57:51 -0700
committerSteve Peters <steve@fisharerojo.org>2005-12-26 16:08:49 +0000
commit77478a5d1e32bc0a0fedf0fe4f9218583a558ffd (patch)
tree32f4b60349f1ff312abe8f3a2463adfe11bcea6e /doio.c
parentabe8a887caa63fd7e57355cf256e4fa84a0c0dc3 (diff)
downloadperl-77478a5d1e32bc0a0fedf0fe4f9218583a558ffd.tar.gz
chg 26486 removes last use of NGROUPS, so remove the macro-def
Message-ID: <43B004EF.8060500@gmail.com> p4raw-id: //depot/perl@26489
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c3
1 files changed, 0 insertions, 3 deletions
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;