diff options
author | Jim Cromie <jcromie@cpan.org> | 2005-12-26 00:57:51 -0700 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-12-26 16:08:49 +0000 |
commit | 77478a5d1e32bc0a0fedf0fe4f9218583a558ffd (patch) | |
tree | 32f4b60349f1ff312abe8f3a2463adfe11bcea6e /doio.c | |
parent | abe8a887caa63fd7e57355cf256e4fa84a0c0dc3 (diff) | |
download | perl-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.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |