From 3bd624b27a6f9ad7b1d8eb3e71b2ea409aa8d4a0 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 12 Mar 1997 16:49:28 +0000 Subject: Finished (?) merging with Lite2: cleaned up #include mess. Fixed misformatting in a comment. --- sbin/fsck_ffs/dir.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sbin/fsck_ffs') diff --git a/sbin/fsck_ffs/dir.c b/sbin/fsck_ffs/dir.c index 5662b6e..4b6999b 100644 --- a/sbin/fsck_ffs/dir.c +++ b/sbin/fsck_ffs/dir.c @@ -41,8 +41,7 @@ static const char sccsid[] = "@(#)dir.c 8.8 (Berkeley) 4/28/95"; #include #include #include -#include -#include + #include #include @@ -489,7 +488,7 @@ linkup(orphan, parentdir) pwarn("DIR I=%lu CONNECTED. ", orphan); if (parentdir != (ino_t)-1) { printf("PARENT WAS I=%lu\n", parentdir); - /* + /* * The parent directory, because of the ordering * guarantees, has had the link count incremented * for the child, but no entry was made. This -- cgit v1.1