diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-01 16:58:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-01 16:58:57 +0000 |
commit | eaf3fff90a28f606675fd3c1610d0def28d6be67 (patch) | |
tree | 5b53acdbe128b941a338de518c3518890ac9a5ca /bin/dd | |
parent | 9f865e3f305382acb9ff15f7e8bcd92f244cfc48 (diff) | |
download | FreeBSD-src-eaf3fff90a28f606675fd3c1610d0def28d6be67.zip FreeBSD-src-eaf3fff90a28f606675fd3c1610d0def28d6be67.tar.gz |
Quiet warnings about copyright[].
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 92274f2..9deac8a 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$"); |