Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/19/2003 20:26:17
Module Name:	src
Committed By:	dsl
Date:		Sun Jan 19 18:26:17 UTC 2003

Modified Files:
	src/lib/libc/gen: initgroups.c

Log Message:
Ignore groups beyond _SC_NGROUPS_MAX (as man page)
Ensure kernel doesn't pick up random numbers (would happen if _SC_NGROUPS_MAX
> NGROUPS)
(change agreed by christos)


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/lib/libc/gen/initgroups.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.