diff options
author | bde <bde@FreeBSD.org> | 2002-08-22 01:07:16 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-08-22 01:07:16 +0000 |
commit | d47e5d8db21b72d583f8458c8d851edcf9892bff (patch) | |
tree | fae7af39056c69f9b7eeedf1b6d4ee92486424d9 /bin | |
parent | d8ca8557f2a88762784a87a5ad7952e7925b7ef9 (diff) | |
download | FreeBSD-src-d47e5d8db21b72d583f8458c8d851edcf9892bff.zip FreeBSD-src-d47e5d8db21b72d583f8458c8d851edcf9892bff.tar.gz |
Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correct
place. Restored indent protection of copyright comment.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pax/options.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c index 68ed65a..2f1dbc9 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$"); |