diff options
Diffstat (limited to 'bin/dd')
| -rw-r--r-- | bin/dd/Makefile | 2 | ||||
| -rw-r--r-- | bin/dd/args.c | 2 | ||||
| -rw-r--r-- | bin/dd/conv.c | 2 | ||||
| -rw-r--r-- | bin/dd/conv_tab.c | 2 | ||||
| -rw-r--r-- | bin/dd/dd.1 | 2 | ||||
| -rw-r--r-- | bin/dd/dd.c | 2 | ||||
| -rw-r--r-- | bin/dd/dd.h | 2 | ||||
| -rw-r--r-- | bin/dd/extern.h | 2 | ||||
| -rw-r--r-- | bin/dd/misc.c | 2 | ||||
| -rw-r--r-- | bin/dd/position.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 892ca8d68352..aaf27a34f42c 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/dd/Makefile,v 1.11 2003/02/27 18:04:53 markm Exp $ PROG= dd SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c diff --git a/bin/dd/args.c b/bin/dd/args.c index b629b3ad4e44..fdc6891abd2b 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/args.c,v 1.36 2003/03/15 13:34:48 ru Exp $"); #include <sys/types.h> diff --git a/bin/dd/conv.c b/bin/dd/conv.c index a31e52099690..8fbc6806d9c0 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/conv.c,v 1.18 2003/02/27 18:04:54 markm Exp $"); #include <sys/param.h> diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index 7d163f833150..422c5733a6b4 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/conv_tab.c,v 1.11 2002/06/30 05:13:52 obrien Exp $"); #include <sys/types.h> diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 588b62f95b9b..440ef44a170f 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dd.1 8.2 (Berkeley) 1/13/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/dd/dd.1,v 1.21 2002/11/26 17:55:40 ru Exp $ .\" .Dd January 13, 1994 .Dt DD 1 diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 9deac8a21a68..2dd925f33e91 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/dd.c,v 1.40 2003/05/01 16:58:54 obrien Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/bin/dd/dd.h b/bin/dd/dd.h index c6211d9fb766..7243c37c4779 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)dd.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/bin/dd/dd.h,v 1.18 2003/02/27 18:04:54 markm Exp $ */ /* Input/output stream state. */ diff --git a/bin/dd/extern.h b/bin/dd/extern.h index e8354621b6a6..987d3f80f99d 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/bin/dd/extern.h,v 1.13 2003/02/27 18:04:54 markm Exp $ */ void block(void); diff --git a/bin/dd/misc.c b/bin/dd/misc.c index e14200901d2a..e13008350da6 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/misc.c,v 1.26 2003/02/27 18:04:54 markm Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/dd/position.c b/bin/dd/position.c index 6476f4159956..55b7fbc56070 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/position.c,v 1.22 2003/02/27 18:04:54 markm Exp $"); #include <sys/types.h> #include <sys/mtio.h> |
