forgot to change the argument
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 28 Mar 1994 02:45:12 +0000 (18:45 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 28 Mar 1994 02:45:12 +0000 (18:45 -0800)
SCCS-vsn: sbin/mount_portal/mount_portal.c 8.3

usr/src/sbin/mount_portal/mount_portal.c

index b2c3858..bd0ac13 100644 (file)
@@ -15,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)mount_portal.c     8.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)mount_portal.c     8.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -58,7 +58,7 @@ int sig;
 }
 
 int
 }
 
 int
-main(c, argv)
+main(argc, argv)
        int argc;
        char *argv[];
 {
        int argc;
        char *argv[];
 {