diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.sbin/rpc.statd | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'usr.sbin/rpc.statd')
| -rw-r--r-- | usr.sbin/rpc.statd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.statd/procs.c | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.statd/statd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.statd/test.c | 2 |
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> |
