From owner-cvs-all Thu Oct 4 14: 3:20 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 A739137B408; Thu, 4 Oct 2001 14:03:17 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94L3HN67313; Thu, 4 Oct 2001 14:03:17 -0700 (PDT) (envelope-from wpaul) Message-Id: <200110042103.f94L3HN67313@freefall.freebsd.org> From: Bill Paul Date: Thu, 4 Oct 2001 14:03:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/rpc clnt.h svc.h src/lib/libc/rpc Makefile.inc rpc_soc.3 rpc_soc.c X-FreeBSD-CVS-Branch: HEAD 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 wpaul 2001/10/04 14:03:17 PDT Modified files: include/rpc clnt.h svc.h lib/libc/rpc Makefile.inc rpc_soc.3 rpc_soc.c Log: Add compatibility functions for the AF_LOCAL RPC transport stuff that used to live in RPC 4.0. This is needed for yppasswd and rpc.yppasswdd to work correctly. Patch supplied by Martin Blapp. Revision Changes Path 1.15 +6 -1 src/include/rpc/clnt.h 1.19 +11 -1 src/include/rpc/svc.h 1.21 +4 -1 src/lib/libc/rpc/Makefile.inc 1.7 +104 -1 src/lib/libc/rpc/rpc_soc.3 1.4 +130 -1 src/lib/libc/rpc/rpc_soc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message