Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/28/1996 21:20:15
briggs
Thu Mar 28 21:12:53 EST 1996
Update of /a/cvsroot/src/sys/arch/mac68k/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv14603
Modified Files:
ncr5380.c
Log Message:
Fix minor oversight in a sanity check--caught by Jason, I think, and reported
by Scott.
jtc
Thu Mar 28 21:17:42 EST 1996
Update of /a/cvsroot/src/usr.bin/make
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv14613
Modified Files:
buf.c main.c nonints.h str.c
Log Message:
Added erealloc() function that calls enomem() if the allocation fails
(this is like the existing emalloc() function). Changed all realloc()
calls to erealloc().