* mount.cc (struct opt): Remove posix option.

This commit is contained in:
Christopher Faylor
2003-07-04 03:20:22 +00:00
parent 08604f02bc
commit baf77a53b0
3 changed files with 22 additions and 2 deletions

View File

@ -174,8 +174,7 @@ struct opt
{"exec", MOUNT_EXEC, 0},
{"notexec", MOUNT_NOTEXEC, 0},
{"cygexec", MOUNT_CYGWIN_EXEC, 0},
{"suid", 0, 0},
{"posix", MOUNT_ENC, 0},
{"nosuid", 0, 0},
{"managed", MOUNT_ENC, 0}
};