make ANSI C compatible
[unix-history] / usr / src / sbin / fsck / inode.c
index 15ff773..e09195e 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)inode.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)inode.c    5.5 (Berkeley) %G%";
 #endif not lint
 
 #include <pwd.h>
 #endif not lint
 
 #include <pwd.h>
@@ -69,7 +69,7 @@ iblock(idesc, ilevel, isize)
        int i, n, (*func)(), nif, sizepb;
        BUFAREA ib;
        char buf[BUFSIZ];
        int i, n, (*func)(), nif, sizepb;
        BUFAREA ib;
        char buf[BUFSIZ];
-       extern int pass1check();
+       extern int dirscan(), pass1check();
 
        if (idesc->id_type == ADDR) {
                func = idesc->id_func;
 
        if (idesc->id_type == ADDR) {
                func = idesc->id_func;