From owner-cvs-sbin Sun Mar 31 21:30:29 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA29639 for cvs-sbin-outgoing; Sun, 31 Mar 1996 21:30:29 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA29605 Sun, 31 Mar 1996 21:30:07 -0800 (PST) Date: Sun, 31 Mar 1996 21:30:07 -0800 (PST) From: Peter Wemm Message-Id: <199604010530.VAA29605@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/rpc.lockd Makefile handles.c lockd.c lockd.h procs.c test.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/03/31 21:30:07 Modified: sbin/rpc.lockd Makefile handles.c lockd.c lockd.h procs.c test.c Log: Tweaks for the stub lockd. - Use rpcgen to generate the unmodified boilerplate code rather than having it in the repository. - Eliminate the conflicting function names by changing them to their "natural" rpcgen generated names Revision Changes Path 1.2 +15 -3 src/sbin/rpc.lockd/Makefile 1.2 +1 -1 src/sbin/rpc.lockd/handles.c 1.2 +6 -218 src/sbin/rpc.lockd/lockd.c 1.2 +1 -1 src/sbin/rpc.lockd/lockd.h 1.2 +19 -19 src/sbin/rpc.lockd/procs.c 1.2 +4 -0 src/sbin/rpc.lockd/test.c