Date: Thu, 4 Oct 2001 14:03:17 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> 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 Message-ID: <200110042103.f94L3HN67313@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110042103.f94L3HN67313>