diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
commit | a3ac5dbadb5694f6713891634647a7cef4553c0f (patch) | |
tree | fbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/rcp | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/rcp')
-rw-r--r-- | bin/rcp/Makefile | 2 | ||||
-rw-r--r-- | bin/rcp/extern.h | 1 | ||||
-rw-r--r-- | bin/rcp/pathnames.h | 1 | ||||
-rw-r--r-- | bin/rcp/rcp.1 | 1 | ||||
-rw-r--r-- | bin/rcp/util.c | 3 |
5 files changed, 6 insertions, 2 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index b6ca5655cfe..2a98263e8b9 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:20:55 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/23 08:46:35 mycroft Exp $ -# @(#)Makefile 8.1 (Berkeley) 7/19/93 PROG= rcp SRCS= rcp.c util.c diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index b2d1e573348..1464a191a07 100644 --- a/bin/rcp/extern.h +++ b/bin/rcp/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:20:55 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.2 1995/03/21 08:19:01 cgd Exp $ */ /*- diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h index 04d1fb66cab..bc2daa0d8d4 100644 --- a/bin/rcp/pathnames.h +++ b/bin/rcp/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:20:56 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.5 1995/03/21 08:19:03 cgd Exp $ */ /* diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index df4bc026795..5ff750bc0ef 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rcp.1,v 1.2 1996/06/23 14:20:56 deraadt Exp $ .\" $NetBSD: rcp.1,v 1.6 1995/07/25 19:37:25 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 diff --git a/bin/rcp/util.c b/bin/rcp/util.c index 81991f60e79..1aac3b8be62 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -1,3 +1,4 @@ +/* $OpenBSD: util.c,v 1.2 1996/06/23 14:20:57 deraadt Exp $ */ /* $NetBSD: util.c,v 1.2 1995/03/21 08:19:08 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: util.c,v 1.2 1995/03/21 08:19:08 cgd Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.2 1996/06/23 14:20:57 deraadt Exp $"; #endif #endif /* not lint */ |