summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_mount.h
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-04-18 10:58:03 +0000
committerdcs <dcs@FreeBSD.org>1999-04-18 10:58:03 +0000
commit1ff58a39ac4af3d04225faf560ca091084c36a15 (patch)
treecab4e4ad15edd5adf5a3c91c2ec05b9ed8c7be23 /sys/isofs/cd9660/cd9660_mount.h
parent9af4b2b5eaaa8eb06f4d72ff0f9e55ab9ef42eb9 (diff)
downloadFreeBSD-src-1ff58a39ac4af3d04225faf560ca091084c36a15.zip
FreeBSD-src-1ff58a39ac4af3d04225faf560ca091084c36a15.tar.gz
Add support for Joliet extensions to the iso9660 fs. The related PR
cannot yet be closed, though. I hope I got all credits right, and that the multiple submitted by lines do not break anyone's scripts... PR: kern/5038, kern/5567 Submitted by: Keith Jang <keith@email.gcn.net.tw> Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> Submitted by: Byung Yang <byung@wam.umd.edu> Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Diffstat (limited to 'sys/isofs/cd9660/cd9660_mount.h')
-rw-r--r--sys/isofs/cd9660/cd9660_mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isofs/cd9660/cd9660_mount.h b/sys/isofs/cd9660/cd9660_mount.h
index 9d3f78e..d42adcd 100644
--- a/sys/isofs/cd9660/cd9660_mount.h
+++ b/sys/isofs/cd9660/cd9660_mount.h
@@ -50,3 +50,4 @@ struct iso_args {
#define ISOFSMNT_NORRIP 0x00000001 /* disable Rock Ridge Ext.*/
#define ISOFSMNT_GENS 0x00000002 /* enable generation numbers */
#define ISOFSMNT_EXTATT 0x00000004 /* enable extended attributes */
+#define ISOFSMNT_NOJOLIET 0x00000008 /* disable Joliet Ext.*/
OpenPOWER on IntegriCloud