diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /bin/rcp | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (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/rcp.1 | 2 | ||||
| -rw-r--r-- | bin/rcp/rcp.c | 2 | ||||
| -rw-r--r-- | bin/rcp/util.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index a9a4da5886bb..2e0df09303c2 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/bin/rcp/Makefile,v 1.22 2002/10/16 16:06:46 markm Exp $ PROG= rcp SRCS= rcp.c util.c diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index db69959234a5..62e55b874f67 100644 --- a/bin/rcp/extern.h +++ b/bin/rcp/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/rcp/extern.h,v 1.9 2004/04/06 20:06:50 markm Exp $ */ typedef struct { diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index ba0e36ac031b..dea051c205db 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rcp.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/rcp/rcp.1,v 1.18 2004/07/03 00:03:26 ru Exp $ .\" .Dd May 31, 1993 .Dt RCP 1 diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index f70a35134d6b..e548f14604c9 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -50,7 +50,7 @@ static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/rcp/rcp.c,v 1.43 2003/10/14 20:42:13 markm Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/bin/rcp/util.c b/bin/rcp/util.c index 3296fe0cbe96..c016c8d203c2 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/rcp/util.c,v 1.17 2004/04/06 20:06:50 markm Exp $"); #include <sys/param.h> #include <sys/stat.h> |
