From d1aa93470ac100b023bf6ee323b0aa6b912b042e Mon Sep 17 00:00:00 2001 From: charnier Date: Mon, 15 Jun 1998 07:00:01 +0000 Subject: Add rcsid. Remove unused #includes. --- sbin/dumpfs/dumpfs.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sbin') diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index 7216999..3aaea24 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -32,28 +32,29 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1983, 1992, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dumpfs.c 8.5 (Berkeley) 4/29/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include #include -#include #include #include -#include #include #include #include #include -#include #include union { -- cgit v1.1