Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 04/05/1999 11:52:28
Module Name:	src
Committed By:	mycroft
Date:		Mon Apr  5 18:52:28 UTC 1999

Modified Files:
	src/lib/libc/gen: getgrouplist.c
Log Message:
Return the full group count when it exceeds the maximum.  Also DTRT if the
maximum is 0 (possibly used to size the list for memory allocation, rather
than core dumping).