aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/pax.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-02 00:04:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-02 00:04:21 +0000
commit8705f13eab6fa0e0fe3fe02533280bfc9fb41e20 (patch)
treeb2b6021f5878d9887e9378e225f7175344b6382d /bin/pax/pax.c
parentcee22cbd29fd1e5f2537bdc39d356122578fd15c (diff)
downloadsrc-8705f13eab6fa0e0fe3fe02533280bfc9fb41e20.tar.gz
src-8705f13eab6fa0e0fe3fe02533280bfc9fb41e20.zip
Quiet warnings about copyright[].
Notes
Notes: svn path=/head/; revision=114470
Diffstat (limited to 'bin/pax/pax.c')
-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 75d454cac81d..43898bd99f9d 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$");