diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-03-16 20:23:48 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-03-16 20:23:48 +0000 |
| commit | bbf3a56610557428e5e7eaccee837a69043bfff4 (patch) | |
| tree | 339efa4ef833597457007ee0e04e1f79d39a16c5 /sys/isofs | |
| parent | f1b2407b0bf95d5b3a8754490f2ac2499319b52a (diff) | |
Notes
Diffstat (limited to 'sys/isofs')
| -rw-r--r-- | sys/isofs/cd9660/cd9660_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index 7fd09f2d8269..225e35f50ba3 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_vfsops.c 8.3 (Berkeley) 1/31/94 - * $Id: cd9660_vfsops.c,v 1.9 1994/11/14 07:01:58 bde Exp $ + * $Id: cd9660_vfsops.c,v 1.10 1995/01/16 17:03:27 joerg Exp $ */ #include <sys/param.h> @@ -70,7 +70,7 @@ struct vfsops cd9660_vfsops = { cd9660_vptofh, cd9660_init, }; -VFS_SET(cd9660_vfsops, cd9660, MOUNT_CD9660, 0); +VFS_SET(cd9660_vfsops, cd9660, MOUNT_CD9660, VFCF_READONLY); /* |
