From 84addb4e07e2439a08a819542520e6284b363e31 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 27 Nov 2001 21:00:15 +0000 Subject: Remove GEMDOS support from msdosfs. I don't think anyone is going to port FreeBSD to Atari machines any time soon. --- sys/fs/msdosfs/msdosfsmount.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/fs/msdosfs/msdosfsmount.h') 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 */ -- cgit v1.1