From: Keith Bostic Date: Mon, 28 Mar 1994 02:45:12 +0000 (-0800) Subject: forgot to change the argument X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~108 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/7cc4a96f2a67d2c780a44bc822f6380800b563c4 forgot to change the argument SCCS-vsn: sbin/mount_portal/mount_portal.c 8.3 --- diff --git a/usr/src/sbin/mount_portal/mount_portal.c b/usr/src/sbin/mount_portal/mount_portal.c index b2c3858887..bd0ac135ce 100644 --- a/usr/src/sbin/mount_portal/mount_portal.c +++ b/usr/src/sbin/mount_portal/mount_portal.c @@ -15,7 +15,7 @@ char copyright[] = #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 @@ -58,7 +58,7 @@ int sig; } int -main(c, argv) +main(argc, argv) int argc; char *argv[]; {