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/dd | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/Makefile | 2 | ||||
-rw-r--r-- | bin/dd/args.c | 3 | ||||
-rw-r--r-- | bin/dd/conv.c | 3 | ||||
-rw-r--r-- | bin/dd/conv_tab.c | 3 | ||||
-rw-r--r-- | bin/dd/dd.1 | 1 | ||||
-rw-r--r-- | bin/dd/dd.c | 3 | ||||
-rw-r--r-- | bin/dd/dd.h | 1 | ||||
-rw-r--r-- | bin/dd/extern.h | 1 | ||||
-rw-r--r-- | bin/dd/misc.c | 3 | ||||
-rw-r--r-- | bin/dd/position.c | 3 |
10 files changed, 16 insertions, 7 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile index a77ff56ed7f..055046edf2c 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:44 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/03/21 09:03:58 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 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 97ed5bd60a4..6a4d98283e2 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -1,3 +1,4 @@ +/* $OpenBSD: args.c,v 1.4 1996/06/23 14:19:45 deraadt Exp $ */ /* $NetBSD: args.c,v 1.7 1996/03/01 01:18:58 jtc Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: args.c,v 1.7 1996/03/01 01:18:58 jtc Exp $"; +static char rcsid[] = "$OpenBSD: args.c,v 1.4 1996/06/23 14:19:45 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/conv.c b/bin/dd/conv.c index ecb5c6a931d..bd3f3f4efbc 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conv.c,v 1.3 1996/06/23 14:19:46 deraadt Exp $ */ /* $NetBSD: conv.c,v 1.6 1996/02/20 19:29:02 jtc Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: conv.c,v 1.6 1996/02/20 19:29:02 jtc Exp $"; +static char rcsid[] = "$OpenBSD: conv.c,v 1.3 1996/06/23 14:19:46 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index 680232dfcce..e2c90720d08 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conv_tab.c,v 1.3 1996/06/23 14:19:46 deraadt Exp $ */ /* $NetBSD: conv_tab.c,v 1.7 1996/02/20 19:29:03 jtc Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: conv_tab.c,v 1.7 1996/02/20 19:29:03 jtc Exp $"; +static char rcsid[] = "$OpenBSD: conv_tab.c,v 1.3 1996/06/23 14:19:46 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index f237454fe34..fc80262a689 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dd.1,v 1.2 1996/06/23 14:19:47 deraadt Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 0abf7a31599..0af46589149 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dd.c,v 1.3 1996/06/23 14:19:47 deraadt Exp $ */ /* $NetBSD: dd.c,v 1.6 1996/02/20 19:29:06 jtc Exp $ */ /*- @@ -47,7 +48,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: dd.c,v 1.6 1996/02/20 19:29:06 jtc Exp $"; +static char rcsid[] = "$OpenBSD: dd.c,v 1.3 1996/06/23 14:19:47 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/dd.h b/bin/dd/dd.h index ecfb7a991ca..f89b2c85366 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dd.h,v 1.2 1996/06/23 14:19:48 deraadt Exp $ */ /* $NetBSD: dd.h,v 1.4 1995/03/21 09:04:08 cgd Exp $ */ /*- diff --git a/bin/dd/extern.h b/bin/dd/extern.h index 6af8999fe60..448265b53fb 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.3 1996/06/23 14:19:48 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.7 1996/02/20 19:29:07 jtc Exp $ */ /*- diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 09d5bf96ea1..666e10e1174 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: misc.c,v 1.2 1996/06/23 14:19:49 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.4 1995/03/21 09:04:10 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: misc.c,v 1.4 1995/03/21 09:04:10 cgd Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/23 14:19:49 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/position.c b/bin/dd/position.c index 01b9a3fd4f6..ca2612d2960 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -1,3 +1,4 @@ +/* $OpenBSD: position.c,v 1.2 1996/06/23 14:19:49 deraadt Exp $ */ /* $NetBSD: position.c,v 1.4 1995/03/21 09:04:12 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: position.c,v 1.4 1995/03/21 09:04:12 cgd Exp $"; +static char rcsid[] = "$OpenBSD: position.c,v 1.2 1996/06/23 14:19:49 deraadt Exp $"; #endif #endif /* not lint */ |