]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Finally fix __yp_ping(). We can't use the old locally defined clntudp_call()
authorwpaul <wpaul@FreeBSD.org>
Tue, 27 Mar 2001 21:29:31 +0000 (21:29 +0000)
committerwpaul <wpaul@FreeBSD.org>
Tue, 27 Mar 2001 21:29:31 +0000 (21:29 +0000)
commitd933c42be698232b6b8b9791d36c778623745b51
treeed31a11a169ca245a4da2bdd45ca835d76c2af3e
parent65391cf528d0eda145c8414f711ecebab6e329d3
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.
usr.sbin/ypbind/yp_ping.c