diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
| commit | aee4b07b8a049bdc57cefcbb82bebeb6f341859a (patch) | |
| tree | d2baf06176c4135542f5717a0fa9b45752f77e4f /libexec/rpc.rstatd | |
| parent | c8194f0876b272d70833a6b91ec566314a02050a (diff) | |
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
Diffstat (limited to 'libexec/rpc.rstatd')
| -rw-r--r-- | libexec/rpc.rstatd/Makefile | 6 | ||||
| -rw-r--r-- | libexec/rpc.rstatd/rpc.rstatd.8 | 4 | ||||
| -rw-r--r-- | libexec/rpc.rstatd/rstatd.c | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile index f2315f1657e..deed0d03ae3 100644 --- a/libexec/rpc.rstatd/Makefile +++ b/libexec/rpc.rstatd/Makefile @@ -1,8 +1,4 @@ -# -# a makefile for /usr/sbin/rpc.rstatd -# -# $Header: /cvsroot/src/libexec/rpc.rstatd/Makefile,v 1.3 1993/06/08 01:19:09 brezak Exp $ -# +# $Id: Makefile,v 1.4 1993/08/02 17:50:37 mycroft Exp $ PROG = rpc.rstatd SRCS = rstatd.c rstat_proc.c diff --git a/libexec/rpc.rstatd/rpc.rstatd.8 b/libexec/rpc.rstatd/rpc.rstatd.8 index 3f53932b609..7ea4826bfcf 100644 --- a/libexec/rpc.rstatd/rpc.rstatd.8 +++ b/libexec/rpc.rstatd/rpc.rstatd.8 @@ -1,3 +1,5 @@ +.\" -*- nroff -*- +.\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -29,6 +31,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id: rpc.rstatd.8,v 1.3 1993/08/02 17:50:38 mycroft Exp $ +.\" .Dd June 7, 1993 .Dt RPC.RSTATD 8 .Os BSD 4.3 diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index 8fa7e4c924a..fbdb183b8f5 100644 --- a/libexec/rpc.rstatd/rstatd.c +++ b/libexec/rpc.rstatd/rstatd.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: rstatd.c,v 1.4 1993/08/02 17:50:40 mycroft Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <rpc/rpc.h> #include <signal.h> |
