From owner-cvs-all Tue Mar 27 13:29:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE5EB37B71A; Tue, 27 Mar 2001 13:29:31 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RLTVb41547; Tue, 27 Mar 2001 13:29:31 -0800 (PST) (envelope-from wpaul) Message-Id: <200103272129.f2RLTVb41547@freefall.freebsd.org> From: Bill Paul Date: Tue, 27 Mar 2001 13:29:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypbind yp_ping.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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