From owner-cvs-all Thu Jun 28 14:44:33 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 A2B1D37B40D; Thu, 28 Jun 2001 14:44:30 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5SLiUH99858; Thu, 28 Jun 2001 14:44:30 -0700 (PDT) (envelope-from iedowse) Message-Id: <200106282144.f5SLiUH99858@freefall.freebsd.org> From: Ian Dowse Date: Thu, 28 Jun 2001 14:44:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/rpc clnt.h src/lib/libc/rpc clnt_udp.c rpc.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/06/28 14:44:29 PDT Modified files: (Branch: RELENG_4) include/rpc clnt.h lib/libc/rpc clnt_udp.c rpc.3 Log: MFC: Add the new clnt_control() request `CLSET_CONNECT', which allows a UDP RPC client to specify that connect(2) should be used. Revision Changes Path 1.11.2.1 +2 -1 src/include/rpc/clnt.h 1.15.2.1 +29 -3 src/lib/libc/rpc/Attic/clnt_udp.c 1.11.2.4 +2 -1 src/lib/libc/rpc/rpc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message