aboutsummaryrefslogtreecommitdiff
path: root/bin/pax
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-08-22 01:07:16 +0000
committerBruce Evans <bde@FreeBSD.org>2002-08-22 01:07:16 +0000
commitb4bb70cca3308cb056f6bb56f66fd65c6e804a4d (patch)
treefae7af39056c69f9b7eeedf1b6d4ee92486424d9 /bin/pax
parentfacfd88935dd5bb53536cb4594ddfcb64bd4bd72 (diff)
downloadsrc-b4bb70cca3308cb056f6bb56f66fd65c6e804a4d.tar.gz
src-b4bb70cca3308cb056f6bb56f66fd65c6e804a4d.zip
Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correct
place. Restored indent protection of copyright comment.
Notes
Notes: svn path=/head/; revision=102245
Diffstat (limited to 'bin/pax')
-rw-r--r--bin/pax/options.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c
index 68ed65ad53c8..2f1dbc95c6a8 100644
--- a/bin/pax/options.c
+++ b/bin/pax/options.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1992 Keith Muller.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -35,13 +35,11 @@
* SUCH DAMAGE.
*/
-#ifndef lint
#if 0
+#ifndef lint
static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94";
-#endif
#endif /* not lint */
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");