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 This commit adds support to ypbind(8) for binding to non-local servers. 1997-05-25 19:49:33 +00:00
ypbind.8 mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:44:04 +00:00
ypbind.c Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00