X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/4c213a4aefe8f8d6c4a792ab62576ecb4590d5c4..34f5450972eb42fe736b3cb68d0e0c84855678bd:/sbin/mount_isofs/mount_isofs.c diff --git a/sbin/mount_isofs/mount_isofs.c b/sbin/mount_isofs/mount_isofs.c index 5dd589bce5..27303c8018 100644 --- a/sbin/mount_isofs/mount_isofs.c +++ b/sbin/mount_isofs/mount_isofs.c @@ -1,10 +1,9 @@ #ifndef lint -static char rcsid[] = "$Header: /b/source/CVS/src/sbin/mount_isofs/mount_isofs.c,v 1.5 1993/07/19 13:31:39 cgd Exp $"; +static char rcsid[] = "$Header: /a/cvs/386BSD/src/sbin/mount_isofs/mount_isofs.c,v 1.2 1993/07/20 03:33:49 jkh Exp $"; #endif #include #include -#define ISOFS #include void @@ -35,7 +34,7 @@ char **argv; opts |= atoi(argv[0]); argc--; argv++; } else if (!strcmp(argv[0], "-norrip")) { - opts |= ISOFSMNT_NORRIP; + opts |= MNT_NORRIP; argc--; argv++; } else usage();