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.lockd | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'usr.sbin/rpc.lockd')
| -rw-r--r-- | usr.sbin/rpc.lockd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.lockd/handles.c | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.lockd/lockd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.lockd/procs.c | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.lockd/test.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile index a4fa57978e35..8d551a55586f 100644 --- a/usr.sbin/rpc.lockd/Makefile +++ b/usr.sbin/rpc.lockd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/04/01 05:29:57 peter Exp $ +# $Id: Makefile,v 1.2.2.1 1997/05/23 08:44:01 asami Exp $ PROG = rpc.lockd SRCS = nlm_prot_svc.c lockd.c procs.c diff --git a/usr.sbin/rpc.lockd/handles.c b/usr.sbin/rpc.lockd/handles.c index 5ed5d314d9f9..0f58afa86dcb 100644 --- a/usr.sbin/rpc.lockd/handles.c +++ b/usr.sbin/rpc.lockd/handles.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: handles.c,v 1.3 1997/10/13 11:10:49 charnier Exp $"; + "$Id: handles.c,v 1.2.2.1 1997/11/05 07:33:36 charnier Exp $"; #endif /* not lint */ #include "nlm_prot.h" diff --git a/usr.sbin/rpc.lockd/lockd.c b/usr.sbin/rpc.lockd/lockd.c index 46462650dad7..17d12b5a104d 100644 --- a/usr.sbin/rpc.lockd/lockd.c +++ b/usr.sbin/rpc.lockd/lockd.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: lockd.c,v 1.2.2.1 1997/11/05 07:33:36 charnier Exp $"; + "$Id: lockd.c,v 1.2.2.2 1998/03/09 13:52:25 jkh Exp $"; #endif /* not lint */ /* main() function for NFS lock daemon. Most of the code in this */ diff --git a/usr.sbin/rpc.lockd/procs.c b/usr.sbin/rpc.lockd/procs.c index d92e979606f8..4dda2cd5e29f 100644 --- a/usr.sbin/rpc.lockd/procs.c +++ b/usr.sbin/rpc.lockd/procs.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: procs.c,v 1.3 1997/10/13 11:10:57 charnier Exp $"; + "$Id: procs.c,v 1.2.2.1 1997/11/05 07:33:37 charnier Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.sbin/rpc.lockd/test.c b/usr.sbin/rpc.lockd/test.c index 95c3ffb5e63e..af9c1e1f8034 100644 --- a/usr.sbin/rpc.lockd/test.c +++ b/usr.sbin/rpc.lockd/test.c @@ -4,7 +4,7 @@ static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro"; static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC"; #endif static const char rcsid[] = - "$Id: test.c,v 1.3 1997/10/13 11:11:02 charnier Exp $"; + "$Id: test.c,v 1.2.2.1 1997/11/05 07:33:37 charnier Exp $"; #endif /* not lint */ #include <rpc/rpc.h> |
