summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs/pass1b.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ifs/pass1b.c')
-rw-r--r--sbin/fsck_ifs/pass1b.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/pass1b.c b/sbin/fsck_ifs/pass1b.c
index 27b2dfd..1450bd8 100644
--- a/sbin/fsck_ifs/pass1b.c
+++ b/sbin/fsck_ifs/pass1b.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)pass1b.c 8.1 (Berkeley) 6/5/93";
+static const char sccsid[] = "@(#)pass1b.c 8.1 (Berkeley) 6/5/93";
#endif /* not lint */
#include <sys/param.h>
@@ -45,6 +45,7 @@ static char sccsid[] = "@(#)pass1b.c 8.1 (Berkeley) 6/5/93";
int pass1bcheck();
static struct dups *duphead;
+void
pass1b()
{
register int c, i;
@@ -72,6 +73,7 @@ pass1b()
}
}
+int
pass1bcheck(idesc)
register struct inodesc *idesc;
{
OpenPOWER on IntegriCloud