Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/02/1997 05:00:04
lukem
Sun Jun  1 21:57:39 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv12106

Modified Files:
      Tag: lukem-nsswitch2
	getgrent.c 
Log Message:
* during getgrent(), set _gr_none = 1 and return NS_SUCCESS upon EOF.
  this prevents the sources being "merged" by default, which caused
  problems with getgrouplist() and NIS
* use gid_t instead of int in the appropriate locations
* minor formatting fixes