summaryrefslogtreecommitdiff
path: root/bin/dd/dd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
commita3ac5dbadb5694f6713891634647a7cef4553c0f (patch)
treefbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/dd/dd.c
parentcb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff)
update rcsid
Diffstat (limited to 'bin/dd/dd.c')
-rw-r--r--bin/dd/dd.c3
1 files changed, 2 insertions, 1 deletions
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 */