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: 05/18/1996 15:10:11
jtc
Sat May 18 15:01:36 EDT 1996
Update of /a/cvsroot/src/lib/libc/yp
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19215

Modified Files:
	yp_all.c yp_master.c yp_match.c yp_order.c 
Log Message:
Use a constant struct timeval for yp timeouts instead of creating
a new struct timeval in each yp function at runtime.
Check arguments and return YPERR_BADARGS if invalid.


jtc
Sat May 18 15:03:53 EDT 1996
Update of /a/cvsroot/src/lib/libc/yp
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19306

Added Files:
	yp_first.c 
Log Message:
Split yp_first, yp_next, yp_maplist and yperr_prot out of yplib.c.
Use a constant struct timeval for yp timeouts instead of creating
a new struct timeval in each yp function at runtime.
Check arguments and return YPERR_BADARGS if invalid.


jtc
Sat May 18 15:06:52 EDT 1996
Update of /a/cvsroot/src/lib/libc/yp
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19332

Added Files:
	yp_maplist.c ypprot_err.c 
Log Message:
Split yp_first, yp_next, yp_maplist and yperr_prot out of yplib.c.