Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/18/1997 03:20:02
mark
Mon Feb 17 19:12:16 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv5034

Modified Files:
	strtoul.c 
Log Message:
Limit valid numeric digits to between 0 and min(base, 9) inclusive so that
puntuation characters are not evaluated.


mark
Mon Feb 17 19:15:07 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv5502

Modified Files:
	fusu.S 
Log Message:
Call mount() on function entry if both GPROF and PROFILE_ASM are defined.