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: 06/22/1996 14:00:06
christos
Sat Jun 22 13:59:59 EDT 1996
Update of /a/cvsroot/src/usr.sbin/ypbind
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19098

Modified Files:
	ypbind.c 
Log Message:
Code cleanups.
- check malloc returns
- null terminate strncpy() strings
- use snprintf instead of sprintf
- pass the right arguments to the right functions
- check usage
- use err(3) and warn(3) instead of printfs.