Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/20/1997 16:10:03
lukem
Tue May 20 09:00:02 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv5776

Modified Files:
	getpwent.c 
Log Message:
* fix [lib/3580], by ensuring that the outdata arg to the yp_xxx()
  calls is initialised to the null pointer so that the error condition
  doesn't fail by trying to free() memory that wasn't malloc()ed
* cleanup a bit; remove use of register, KNFify