summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ext2fs/pass2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ext2fs/pass2.c')
-rw-r--r--sbin/fsck_ext2fs/pass2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsck_ext2fs/pass2.c b/sbin/fsck_ext2fs/pass2.c
index 47657dfbc2c..a2da0883e51 100644
--- a/sbin/fsck_ext2fs/pass2.c
+++ b/sbin/fsck_ext2fs/pass2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pass2.c,v 1.5 2001/09/18 17:43:15 art Exp $ */
+/* $OpenBSD: pass2.c,v 1.6 2002/02/16 21:27:34 millert Exp $ */
/* $NetBSD: pass2.c,v 1.6 2000/01/28 16:01:46 bouyer Exp $ */
/*
@@ -53,8 +53,8 @@
#define MINDIRSIZE (sizeof (struct ext2fs_dirtemplate))
-static int pass2check __P((struct inodesc *));
-static int blksort __P((const void *, const void *));
+static int pass2check(struct inodesc *);
+static int blksort(const void *, const void *);
void
pass2()