aboutsummaryrefslogtreecommitdiff
path: root/bin/chio
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/chio
parent4f3204ef222dc8ac1e2d902ed3a212e7931cdcd7 (diff)
downloadsrc-09a80d4867b85b3df9856d150eb565232dc900d4.tar.gz
src-09a80d4867b85b3df9856d150eb565232dc900d4.zip
Quiet warnings about copyright[].
Notes
Notes: svn path=/head/; revision=114433
Diffstat (limited to 'bin/chio')
-rw-r--r--bin/chio/chio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c
index b0f160f17e15..02cb32f3c9b3 100644
--- a/bin/chio/chio.c
+++ b/bin/chio/chio.c
@@ -35,10 +35,12 @@
* Addidional Copyright (c) 2000, by C. Stephen Gunn, Waterspout Communications
*/
+#if 0
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1996 Jason R. Thorpe. All rights reserved.";
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");