summaryrefslogtreecommitdiffstats
path: root/bin/cat
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-30 17:40:28 +0000
committerobrien <obrien@FreeBSD.org>2003-04-30 17:40:28 +0000
commit4389ea67abaee180d9fced5e7e5ae64249e0ea85 (patch)
treec04939af2d1c3d53489c40a137064e587dc77037 /bin/cat
parente7abd7e44d08912e719fda4b53b1f302a61662ba (diff)
downloadFreeBSD-src-4389ea67abaee180d9fced5e7e5ae64249e0ea85.zip
FreeBSD-src-4389ea67abaee180d9fced5e7e5ae64249e0ea85.tar.gz
We have to hide copyright[] for gcc33. :-(
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/cat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c
index f22e4db..396c383 100644
--- a/bin/cat/cat.c
+++ b/bin/cat/cat.c
@@ -34,11 +34,13 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1989, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
+#endif
#ifndef lint
#if 0
OpenPOWER on IntegriCloud