From owner-cvs-sbin Sun Mar 31 21:36:18 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA00292 for cvs-sbin-outgoing; Sun, 31 Mar 1996 21:36:18 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA00256 Sun, 31 Mar 1996 21:36:08 -0800 (PST) Date: Sun, 31 Mar 1996 21:36:08 -0800 (PST) From: Peter Wemm Message-Id: <199604010536.VAA00256@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/rpc.statd Makefile procs.c statd.c statd.h Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/03/31 21:36:08 Modified: sbin/rpc.statd Makefile procs.c statd.c statd.h Log: Some minor tweaks for statd - use rpcgen to generate unmodified code instead of havinf it in the repository - use "natural" function names to avoid conflicts with prototypes etc. Revision Changes Path 1.2 +16 -3 src/sbin/rpc.statd/Makefile 1.2 +7 -7 src/sbin/rpc.statd/procs.c 1.2 +1 -90 src/sbin/rpc.statd/statd.c 1.2 +1 -1 src/sbin/rpc.statd/statd.h