Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/22/1997 03:20:02
lukem
Wed May 21 20:14:43 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv8494

Modified Files:
	getpwent.c 
Log Message:
* parse uid with strtoul() instead of atoi(), and sanity check a) the parsed
  value was just a number, b) it doesn't exceed UID_MAX
* convert uid to a string with %u not %d