aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.statd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.statd')
-rw-r--r--usr.sbin/rpc.statd/Makefile2
-rw-r--r--usr.sbin/rpc.statd/procs.c2
-rw-r--r--usr.sbin/rpc.statd/statd.c2
-rw-r--r--usr.sbin/rpc.statd/test.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile
index 560a7a4dae75..4912ddfca01c 100644
--- a/usr.sbin/rpc.statd/Makefile
+++ b/usr.sbin/rpc.statd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1996/07/09 22:40:39 nate Exp $
+# $Id: Makefile,v 1.3.2.1 1997/05/23 08:44:03 asami Exp $
PROG = rpc.statd
SRCS = file.c sm_inter_svc.c statd.c procs.c
diff --git a/usr.sbin/rpc.statd/procs.c b/usr.sbin/rpc.statd/procs.c
index eb4e09e5afca..5ea95f3503ab 100644
--- a/usr.sbin/rpc.statd/procs.c
+++ b/usr.sbin/rpc.statd/procs.c
@@ -33,7 +33,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: procs.c,v 1.3 1997/10/13 11:13:22 charnier Exp $";
+ "$Id: procs.c,v 1.2.2.1 1997/11/05 07:34:51 charnier Exp $";
#endif /* not lint */
#include <errno.h>
diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c
index ab06c6346497..827f7848aba4 100644
--- a/usr.sbin/rpc.statd/statd.c
+++ b/usr.sbin/rpc.statd/statd.c
@@ -33,7 +33,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: statd.c,v 1.3 1997/10/13 11:13:30 charnier Exp $";
+ "$Id: statd.c,v 1.2.2.1 1997/11/05 07:34:51 charnier Exp $";
#endif /* not lint */
/* main() function for status monitor daemon. Some of the code in this */
diff --git a/usr.sbin/rpc.statd/test.c b/usr.sbin/rpc.statd/test.c
index 316cc30d2582..0913cef35db1 100644
--- a/usr.sbin/rpc.statd/test.c
+++ b/usr.sbin/rpc.statd/test.c
@@ -1,7 +1,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: test.c,v 1.2 1997/10/13 11:13:33 charnier Exp $";
+ "$Id: test.c,v 1.1.1.1.2.1 1997/11/05 07:34:52 charnier Exp $";
#endif /* not lint */
#include <stdio.h>