We have to hide copyright[] for gcc33. :-(

This commit is contained in:
David E. O'Brien 2003-04-30 17:40:28 +00:00
parent 9be6d929b1
commit 0d22cdf040
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114301

View File

@ -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