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/chio | |
parent | 9f865e3f305382acb9ff15f7e8bcd92f244cfc48 (diff) | |
download | FreeBSD-src-eaf3fff90a28f606675fd3c1610d0def28d6be67.zip FreeBSD-src-eaf3fff90a28f606675fd3c1610d0def28d6be67.tar.gz |
Quiet warnings about copyright[].
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/chio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c index b0f160f..02cb32f 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$"); |