summaryrefslogtreecommitdiffstats
path: root/bin/pax
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-02 00:04:21 +0000
committerobrien <obrien@FreeBSD.org>2003-05-02 00:04:21 +0000
commit14593b22f8b42102305b3d161ae6334b6e445eb4 (patch)
treeb2b6021f5878d9887e9378e225f7175344b6382d /bin/pax
parent3557f18a163da68d67e68c37b5fdee85f1481c97 (diff)
downloadFreeBSD-src-14593b22f8b42102305b3d161ae6334b6e445eb4.zip
FreeBSD-src-14593b22f8b42102305b3d161ae6334b6e445eb4.tar.gz
Quiet warnings about copyright[].
Diffstat (limited to 'bin/pax')
-rw-r--r--bin/pax/pax.c4
1 files changed, 2 insertions, 2 deletions
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 <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud