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/rpc.lockd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/rpc.lockd/test.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile index 19a6565a4048f..aa0461928a08f 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.8 1999/08/28 01:19:34 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 d2d1045519694..45da12433ed80 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.4 1999/08/28 01:19:35 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 ac328569126ec..46180268ab4a5 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.5 1999/08/28 01:19:35 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 56270022c3d0e..73a28565d1511 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.4.2.1 2000/07/20 10:35:23 kris Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.sbin/rpc.lockd/rpc.lockd.8 b/usr.sbin/rpc.lockd/rpc.lockd.8 index b51e35daa4b63..00f475bc95446 100644 --- a/usr.sbin/rpc.lockd/rpc.lockd.8 +++ b/usr.sbin/rpc.lockd/rpc.lockd.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rpc.lockd/rpc.lockd.8,v 1.8 1999/08/28 01:19:35 peter Exp $ .\" .Dd September 24, 1995 .Dt RPC.LOCKD 8 diff --git a/usr.sbin/rpc.lockd/test.c b/usr.sbin/rpc.lockd/test.c index 0dd8eaefa09ed..1fc35cd474f50 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.4 1999/08/28 01:19:36 peter Exp $"; #endif /* not lint */ #include <rpc/rpc.h> |