summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/pass3.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-06-15 07:07:21 +0000
committercharnier <charnier@FreeBSD.org>1998-06-15 07:07:21 +0000
commit07d25baf9d301d4d3b992e1580348ad73ce0894d (patch)
treeffaf174e4a683dcae9a8359aefb9854eea4bdab4 /sbin/fsck_ffs/pass3.c
parent9d674a7e985bdb87f5fa37da111245b1e6f5f8f3 (diff)
downloadFreeBSD-src-07d25baf9d301d4d3b992e1580348ad73ce0894d.zip
FreeBSD-src-07d25baf9d301d4d3b992e1580348ad73ce0894d.tar.gz
Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).
Diffstat (limited to 'sbin/fsck_ffs/pass3.c')
-rw-r--r--sbin/fsck_ffs/pass3.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/pass3.c b/sbin/fsck_ffs/pass3.c
index 89aff79..6524a11 100644
--- a/sbin/fsck_ffs/pass3.c
+++ b/sbin/fsck_ffs/pass3.c
@@ -32,14 +32,16 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)pass3.c 8.2 (Berkeley) 4/27/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
-#include <sys/time.h>
#include <ufs/ufs/dinode.h>
-#include <ufs/ffs/fs.h>
#include "fsck.h"
OpenPOWER on IntegriCloud