From 14593b22f8b42102305b3d161ae6334b6e445eb4 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 2 May 2003 00:04:21 +0000 Subject: Quiet warnings about copyright[]. --- bin/pax/pax.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 75d454c..43898bd 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -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 __FBSDID("$FreeBSD$"); -- cgit v1.1