summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r--sbin/fsck_ffs/inode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/fsck_ffs/inode.c b/sbin/fsck_ffs/inode.c
index 9e22bdc..c421754 100644
--- a/sbin/fsck_ffs/inode.c
+++ b/sbin/fsck_ffs/inode.c
@@ -44,8 +44,6 @@ static const char sccsid[] = "@(#)inode.c 8.8 (Berkeley) 4/28/95";
#include <err.h>
#include <pwd.h>
-#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include "fsck.h"
@@ -438,6 +436,7 @@ inocleanup()
void
inodirty()
{
+
dirty(pbp);
}
@@ -501,7 +500,6 @@ pinode(ino)
register struct dinode *dp;
register char *p;
struct passwd *pw;
- char *ctime();
printf(" I=%lu ", ino);
if (ino < ROOTINO || ino > maxino)
OpenPOWER on IntegriCloud