* grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconf
authorRoland McGrath <roland@gnu.org>
Tue, 17 Apr 2001 03:34:20 +0000 (03:34 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 17 Apr 2001 03:34:20 +0000 (03:34 +0000)
commit3de33da93f439dfdcb447e25e4f84ee733e04f77
tree0a76c3680888c16faef1ee9fe4029e6d2686b7c3
parentcb21f2421208c0c4bc1df0d6be7fcd786f2a51ed
* grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconf

instead of the constant NGROUPS_MAX.  That way, the limit can be
raised in the kernel configuration without having to recompile libc.

* sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to
define NGROUPS_MAX; we don't use it here.
ChangeLog
grp/initgroups.c