lint
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 30 Jun 1990 00:29:27 +0000 (16:29 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 30 Jun 1990 00:29:27 +0000 (16:29 -0800)
SCCS-vsn: sbin/fsck/main.c 5.25

usr/src/sbin/fsck/main.c

index d379e91..d0f8612 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.24 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.25 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -98,7 +98,7 @@ main(argc, argv)
                (void)signal(SIGQUIT, catchquit);
        if (argc) {
                while (argc-- > 0)
                (void)signal(SIGQUIT, catchquit);
        if (argc) {
                while (argc-- > 0)
-                       checkfilesys(*argv++);
+                       checkfilesys(*argv++, (char *)0, 0);
                exit(0);
        }
        ret = checkfstab(preen, maxrun, docheck, checkfilesys);
                exit(0);
        }
        ret = checkfstab(preen, maxrun, docheck, checkfilesys);