summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfsmount.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-27 21:00:15 +0000
committerjhb <jhb@FreeBSD.org>2001-11-27 21:00:15 +0000
commit84addb4e07e2439a08a819542520e6284b363e31 (patch)
tree175709306fac639491c1063945538e8d4108072b /sys/fs/msdosfs/msdosfsmount.h
parent1dc519633ce37558099ac92841eab44998d672fb (diff)
downloadFreeBSD-src-84addb4e07e2439a08a819542520e6284b363e31.zip
FreeBSD-src-84addb4e07e2439a08a819542520e6284b363e31.tar.gz
Remove GEMDOS support from msdosfs. I don't think anyone is going to
port FreeBSD to Atari machines any time soon.
Diffstat (limited to 'sys/fs/msdosfs/msdosfsmount.h')
-rw-r--r--sys/fs/msdosfs/msdosfsmount.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h
index 1c9a890..82f71f6 100644
--- a/sys/fs/msdosfs/msdosfsmount.h
+++ b/sys/fs/msdosfs/msdosfsmount.h
@@ -226,9 +226,6 @@ struct msdosfs_args {
#define MSDOSFSMNT_SHORTNAME 1 /* Force old DOS short names only */
#define MSDOSFSMNT_LONGNAME 2 /* Force Win'95 long names */
#define MSDOSFSMNT_NOWIN95 4 /* Completely ignore Win95 entries */
-#ifndef __FreeBSD__
-#define MSDOSFSMNT_GEMDOSFS 8 /* This is a gemdos-flavour */
-#endif
#define MSDOSFSMNT_U2WTABLE 0x10 /* Local->Unicode and local<->DOS */
/* tables loaded */
#define MSDOSFSMNT_ULTABLE 0x20 /* Local upper<->lower table loaded */
OpenPOWER on IntegriCloud