From 4389ea67abaee180d9fced5e7e5ae64249e0ea85 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 30 Apr 2003 17:40:28 +0000 Subject: We have to hide copyright[] for gcc33. :-( --- bin/cat/cat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/cat') 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 -- cgit v1.1