summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfsmount.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-28 16:56:42 +0000
committerjhb <jhb@FreeBSD.org>2001-11-28 16:56:42 +0000
commit6fd89a7d164ed42bed0519b9ad8a9dc5413a7f48 (patch)
tree76eaa2c70f087c64a833d72c1c779442e3631313 /sys/fs/msdosfs/msdosfsmount.h
parentfd214337e6712b94a08c8bd7900ab07619773fa7 (diff)
downloadFreeBSD-src-6fd89a7d164ed42bed0519b9ad8a9dc5413a7f48.zip
FreeBSD-src-6fd89a7d164ed42bed0519b9ad8a9dc5413a7f48.tar.gz
Axe more unused GEMDOS code that was #ifdef atari.
PR: kern/21809 Submitted by: <mbendiks@eunet.no>
Diffstat (limited to 'sys/fs/msdosfs/msdosfsmount.h')
-rw-r--r--sys/fs/msdosfs/msdosfsmount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h
index 82f71f6..1b98219 100644
--- a/sys/fs/msdosfs/msdosfsmount.h
+++ b/sys/fs/msdosfs/msdosfsmount.h
@@ -232,7 +232,7 @@ struct msdosfs_args {
/* All flags above: */
#define MSDOSFSMNT_MNTOPT \
(MSDOSFSMNT_SHORTNAME|MSDOSFSMNT_LONGNAME|MSDOSFSMNT_NOWIN95 \
- /*|MSDOSFSMNT_GEMDOSFS*/|MSDOSFSMNT_U2WTABLE|MSDOSFSMNT_ULTABLE)
+ |MSDOSFSMNT_U2WTABLE|MSDOSFSMNT_ULTABLE)
#define MSDOSFSMNT_RONLY 0x80000000 /* mounted read-only */
#define MSDOSFSMNT_WAITONFAT 0x40000000 /* mounted synchronous */
#define MSDOSFS_FATMIRROR 0x20000000 /* FAT is mirrored */
OpenPOWER on IntegriCloud