aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-01 16:58:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-01 16:58:57 +0000
commit09a80d4867b85b3df9856d150eb565232dc900d4 (patch)
tree5b53acdbe128b941a338de518c3518890ac9a5ca /bin/dd
parent4f3204ef222dc8ac1e2d902ed3a212e7931cdcd7 (diff)
downloadsrc-09a80d4867b85b3df9856d150eb565232dc900d4.tar.gz
src-09a80d4867b85b3df9856d150eb565232dc900d4.zip
Notes
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/dd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/dd.c b/bin/dd/dd.c
index 92274f253e5a..9deac8a21a68 100644
--- a/bin/dd/dd.c
+++ b/bin/dd/dd.c
@@ -35,6 +35,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1991, 1993, 1994\n\
@@ -42,10 +43,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");