From b4bb70cca3308cb056f6bb56f66fd65c6e804a4d Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 22 Aug 2002 01:07:16 +0000 Subject: Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correct place. Restored indent protection of copyright comment. --- bin/pax/options.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'bin/pax') 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 -__FBSDID("$FreeBSD$"); +#endif #include __FBSDID("$FreeBSD$"); -- cgit v1.2.3