Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/04/1997 18:50:02
drochner
Fri Jul  4 11:45:11 PDT 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv3684

Modified Files:
	cread.c 
Log Message:
Catch errors from underlying reads, ie where oread() returns -1.
(Original code used fread() which never returns -1, so this case was
not handled.)


drochner
Fri Jul  4 11:47:27 PDT 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv3709

Modified Files:
	alloc.c 
Log Message:
Fix syntax error which appeared #ifdef DEBUG ("end[]").
Simplify the heap location stuff.