diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /bin/rcp | |
parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) |
Diffstat (limited to 'bin/rcp')
-rw-r--r-- | bin/rcp/Makefile | 2 | ||||
-rw-r--r-- | bin/rcp/extern.h | 2 | ||||
-rw-r--r-- | bin/rcp/pathnames.h | 2 | ||||
-rw-r--r-- | bin/rcp/rcp.1 | 2 | ||||
-rw-r--r-- | bin/rcp/rcp.c | 2 | ||||
-rw-r--r-- | bin/rcp/util.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index e8db7dc69a3e3..6e6a1345d42c1 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.11 1998/08/06 21:35:04 markm Exp $ +# $Id: Makefile,v 1.12 1998/10/09 06:31:45 markm Exp $ PROG= rcp SRCS= rcp.c util.c diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index ef055c4c7f477..03c2629de8ab4 100644 --- a/bin/rcp/extern.h +++ b/bin/rcp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: extern.h,v 1.4 1997/02/22 14:05:19 peter Exp $ */ typedef struct { diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h index 556043e829321..47c80e010ea00 100644 --- a/bin/rcp/pathnames.h +++ b/bin/rcp/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: pathnames.h,v 1.5 1998/03/26 18:14:59 markm Exp $ */ #include <paths.h> diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index b290c76b98fdf..e10d2dad2c244 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rcp.1 8.1 (Berkeley) 5/31/93 -.\" $Id: rcp.1,v 1.6 1998/05/18 06:36:02 charnier Exp $ +.\" $Id: rcp.1,v 1.7 1998/10/09 06:31:45 markm Exp $ .\" .Dd May 31, 1993 .Dt RCP 1 diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 007741b5cb35d..05918b5b05e9a 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: rcp.c,v 1.20 1998/08/02 14:25:24 bde Exp $"; + "$Id: rcp.c,v 1.21 1998/10/09 06:31:45 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/rcp/util.c b/bin/rcp/util.c index c7de9f63d68a2..f3d2540172b62 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: util.c,v 1.8 1998/05/18 06:36:03 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |