diff options
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 1c156a236d11..26744d32d171 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.23 2004/11/03 18:01:18 ru 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 374b41b166c2..2feb052616d9 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rcp.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/rcp/rcp.1,v 1.21 2005/02/13 22:25:09 ru Exp $ .\" .Dd October 16, 2002 .Dt RCP 1 diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index d36f3bd41811..6ff135d5df66 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -46,7 +46,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.45 2005/02/09 17:37:38 ru 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> |
