mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Remove support for gemdos, John removed it from the driver awhile ago.
Glanced at by: jhb
This commit is contained in:
parent
aed56f6cad
commit
43571dc1df
@ -70,9 +70,6 @@ static struct mntopt mopts[] = {
|
|||||||
MOPT_FORCE,
|
MOPT_FORCE,
|
||||||
MOPT_SYNC,
|
MOPT_SYNC,
|
||||||
MOPT_UPDATE,
|
MOPT_UPDATE,
|
||||||
#ifdef MSDOSFSMNT_GEMDOSFS
|
|
||||||
{ "gemdosfs", 0, MSDOSFSMNT_GEMDOSFS, 1 },
|
|
||||||
#endif
|
|
||||||
{ "shortnames", 0, MSDOSFSMNT_SHORTNAME, 1 },
|
{ "shortnames", 0, MSDOSFSMNT_SHORTNAME, 1 },
|
||||||
{ "longnames", 0, MSDOSFSMNT_LONGNAME, 1 },
|
{ "longnames", 0, MSDOSFSMNT_LONGNAME, 1 },
|
||||||
{ "nowin95", 0, MSDOSFSMNT_NOWIN95, 1 },
|
{ "nowin95", 0, MSDOSFSMNT_NOWIN95, 1 },
|
||||||
@ -106,11 +103,6 @@ main(int argc, char **argv)
|
|||||||
while ((c = getopt(argc, argv, "sl9u:g:m:M:o:L:D:")) != -1) {
|
while ((c = getopt(argc, argv, "sl9u:g:m:M:o:L:D:")) != -1) {
|
||||||
#endif
|
#endif
|
||||||
switch (c) {
|
switch (c) {
|
||||||
#ifdef MSDOSFSMNT_GEMDOSFS
|
|
||||||
case 'G':
|
|
||||||
args.flags |= MSDOSFSMNT_GEMDOSFS;
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
case 's':
|
case 's':
|
||||||
args.flags |= MSDOSFSMNT_SHORTNAME;
|
args.flags |= MSDOSFSMNT_SHORTNAME;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user