freebsd-dev/usr.sbin/ypbind
Bill Paul 8de34b2541 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.
2001-03-27 21:29:31 +00:00
..
Makefile - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:42:20 +00:00
yp_ping.c Finally fix __yp_ping(). We can't use the old locally defined clntudp_call() 2001-03-27 21:29:31 +00:00
yp_ping.h
ypbind.8
ypbind.c Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00