summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/pass1b.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ffs/pass1b.c')
-rw-r--r--sbin/fsck_ffs/pass1b.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/fsck_ffs/pass1b.c b/sbin/fsck_ffs/pass1b.c
index 5aecb92..dbb401b 100644
--- a/sbin/fsck_ffs/pass1b.c
+++ b/sbin/fsck_ffs/pass1b.c
@@ -49,10 +49,10 @@ static const char rcsid[] =
#include "fsck.h"
static struct dups *duphead;
-static int pass1bcheck __P((struct inodesc *));
+static int pass1bcheck(struct inodesc *);
void
-pass1b()
+pass1b(void)
{
int c, i;
struct dinode *dp;
@@ -86,8 +86,7 @@ pass1b()
}
static int
-pass1bcheck(idesc)
- struct inodesc *idesc;
+pass1bcheck(struct inodesc *idesc)
{
struct dups *dlp;
int nfrags, res = KEEPON;
OpenPOWER on IntegriCloud