Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/04/1997 09:20:04
kleink
Fri Jul  4 02:14:54 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv20441/lib/libc/gen

Modified Files:
	initgroups.c 
Log Message:
Common sense dictates that the `basegid' paramater of initgroups(3) should
be of type gid_t, and not int.


kleink
Fri Jul  4 02:14:59 PDT 1997
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv20441/include

Modified Files:
	unistd.h 
Log Message:
Common sense dictates that the `basegid' paramater of initgroups(3) should
be of type gid_t, and not int.