Finished (?) merging with Lite2: cleaned up #include mess and fixed a

style bug.

Removed a redundant declaration.
This commit is contained in:
Bruce Evans 1997-03-12 16:53:31 +00:00
parent 04aba25407
commit a2c6443276
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23797
3 changed files with 3 additions and 9 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)