diff options
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 19a6565a4048..87103bfc1aef 100644 --- a/usr.sbin/rpc.lockd/Makefile +++ b/usr.sbin/rpc.lockd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.lockd/Makefile,v 1.7.2.1 1999/08/29 15:47:45 peter Exp $ PROG = rpc.lockd SRCS = nlm_prot_svc.c nlm_prot.h lockd.c procs.c diff --git a/usr.sbin/rpc.lockd/handles.c b/usr.sbin/rpc.lockd/handles.c index d2d104551969..4b9d070c0ea4 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.lockd/handles.c,v 1.3.2.1 1999/08/29 15:47:46 peter 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 ac328569126e..62c3fad32db7 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.lockd/lockd.c,v 1.4.2.1 1999/08/29 15:47:47 peter 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 07060fd16a97..87c54434d83b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.lockd/procs.c,v 1.3.2.1 1999/08/29 15:47:47 peter Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.sbin/rpc.lockd/test.c b/usr.sbin/rpc.lockd/test.c index 0dd8eaefa09e..c9f1100bdaa4 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.lockd/test.c,v 1.3.2.1 1999/08/29 15:47:48 peter Exp $"; #endif /* not lint */ #include <rpc/rpc.h> |
