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: 07/10/1996 21:50:02
jtc
Wed Jul 10 21:47:43 EDT 1996
Update of /a/cvsroot/src/lib/libc/stdlib
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26603

Revision/Branch: netbsd-1-2

Modified Files:
	strtoul.c strtouq.c strtol.c strtoq.c 
Log Message:
The argument to isfoo() must be representable as an unsigned char, so 
type of "c" has been changed to unsigned.  This change allows these
functions will work with strings with their 8th bit set.