ISOFS => CD9660
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 24 Jan 1994 15:55:25 +0000 (07:55 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 24 Jan 1994 15:55:25 +0000 (07:55 -0800)
SCCS-vsn: sbin/mount_cd9660/mount_cd9660.c 8.2
SCCS-vsn: sbin/mount_cd9660/mount_cd9660.8 8.2

usr/src/sbin/mount_cd9660/mount_cd9660.8
usr/src/sbin/mount_cd9660/mount_cd9660.c

index 5c06e53..4963ee1 100644 (file)
@@ -7,9 +7,9 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)mount_cd9660.8     8.1 (Berkeley) %G%
+.\"     @(#)mount_cd9660.8     8.2 (Berkeley) %G%
 .Dd 
 .Dd 
-.Dt MOUNT_ISOFS 8
+.Dt MOUNT_CD9660 8
 .Os NetBSD 0.9
 .Sh NAME
 .Nm mount_cd9660
 .Os NetBSD 0.9
 .Sh NAME
 .Nm mount_cd9660
index f71d392..0c68458 100644 (file)
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *      @(#)mount_cd9660.c     8.1 (Berkeley) %G%
+ *      @(#)mount_cd9660.c     8.2 (Berkeley) %G%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
@@ -19,12 +19,12 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)mount_cd9660.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)mount_cd9660.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <stdio.h>
 #include <sys/param.h>
-#define ISOFS
+#define CD9660
 #include <sys/mount.h>
 
 #define DEFAULT_ROOTUID        -2
 #include <sys/mount.h>
 
 #define DEFAULT_ROOTUID        -2
@@ -82,7 +82,7 @@ main (argc, argv)
                args.export.ex_flags = 0;
        args.flags = opts;
 
                args.export.ex_flags = 0;
        args.flags = opts;
 
-       if (mount (MOUNT_ISOFS, dir, mntflags, &args) < 0) {
+       if (mount (MOUNT_CD9660, dir, mntflags, &args) < 0) {
                perror ("mount");
                exit (1);
        }
                perror ("mount");
                exit (1);
        }