From 04aba254077ad9f7c52ad9feb9dc5a9b66dce7cf Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 12 Mar 1997 16:49:28 +0000 Subject: [PATCH] Finished (?) merging with Lite2: cleaned up #include mess. Fixed misformatting in a comment. --- sbin/fsck/dir.c | 5 ++--- sbin/fsck_ffs/dir.c | 5 ++--- sbin/fsck_ifs/dir.c | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/sbin/fsck/dir.c b/sbin/fsck/dir.c index 5662b6e4fee1..4b6999b013a9 100644 --- a/sbin/fsck/dir.c +++ b/sbin/fsck/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 diff --git a/sbin/fsck_ffs/dir.c b/sbin/fsck_ffs/dir.c index 5662b6e4fee1..4b6999b013a9 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 diff --git a/sbin/fsck_ifs/dir.c b/sbin/fsck_ifs/dir.c index 5662b6e4fee1..4b6999b013a9 100644 --- a/sbin/fsck_ifs/dir.c +++ b/sbin/fsck_ifs/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