From 0d22cdf04056b44e1f7f658bf38b91356899eded Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 30 Apr 2003 17:40:28 +0000 Subject: [PATCH] We have to hide copyright[] for gcc33. :-( --- bin/cat/cat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/cat/cat.c b/bin/cat/cat.c index f22e4db42f54..396c383bd7be 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