libc/nis ypclnt.c

drepper@sourceware.org drepper@sourceware.org
Wed May 26 04:21:00 GMT 2004


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2004-05-26 04:21:20

Modified files:
	nis            : ypclnt.c 

Log message:
	(ypall_data, ypall_foreach): Remove.
	(struct ypresp_all_data): New type.
	(__xdr_ypresp_all): Change second argument to
	struct ypresp_all_data *.  Replace ypall_foreach and
	ypall_data with objp->foreach and objp->data.
	(yp_all): Remove status variable, add data.  Replace
	all uses of status with data.status.  Initialize data.foreach
	and data.data instead of ypall_foreach and ypall_data.



More information about the Glibc-cvs mailing list