Date: Tue, 27 Mar 2001 13:29:31 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypbind yp_ping.c Message-ID: <200103272129.f2RLTVb41547@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2001/03/27 13:29:31 PST
Modified files:
usr.sbin/ypbind yp_ping.c
Log:
Finally fix __yp_ping(). We can't use the old locally defined clntudp_call()
method anymore since the code inside the RPC library has changed too much.
Now that the clnt_dg module has the necessary code internally, we can yank
out the local method code and turn on the ASYNC hack with clnt_control().
This will make the -m flag work again.
Revision Changes Path
1.9 +27 -240 src/usr.sbin/ypbind/yp_ping.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103272129.f2RLTVb41547>
