Quiet warnings about copyright[].

This commit is contained in:
David E. O'Brien 2003-05-02 00:04:21 +00:00
parent cee22cbd29
commit 8705f13eab

View File

@ -35,6 +35,7 @@
* SUCH DAMAGE.
*/
#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1992, 1993\n\
@ -42,10 +43,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94";
#endif
#endif /* not lint */
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");