|
|
| version 1.4, 2003/08/27 02:03:23 | version 1.5, 2004/02/05 21:03:37 |
|---|---|
| Line 234 struct msdosfs_args { | Line 234 struct msdosfs_args { |
| #define MSDOSFSMNT_SHORTNAME 1 /* Force old DOS short names only */ | #define MSDOSFSMNT_SHORTNAME 1 /* Force old DOS short names only */ |
| #define MSDOSFSMNT_LONGNAME 2 /* Force Win'95 long names */ | #define MSDOSFSMNT_LONGNAME 2 /* Force Win'95 long names */ |
| #define MSDOSFSMNT_NOWIN95 4 /* Completely ignore Win95 entries */ | #define MSDOSFSMNT_NOWIN95 4 /* Completely ignore Win95 entries */ |
| #ifndef __FreeBSD__ | #ifndef __DragonFly__ |
| #define MSDOSFSMNT_GEMDOSFS 8 /* This is a gemdos-flavour */ | #define MSDOSFSMNT_GEMDOSFS 8 /* This is a gemdos-flavour */ |
| #endif | #endif |
| #define MSDOSFSMNT_U2WTABLE 0x10 /* Local->Unicode and local<->DOS */ | #define MSDOSFSMNT_U2WTABLE 0x10 /* Local->Unicode and local<->DOS */ |