aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/mount.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-04 03:20:22 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-04 03:20:22 +0000
commitbaf77a53b079f6ce9f77f6ccde3e57229720050e (patch)
tree4032840ee7d56a9d839aae7d5fc48b1b1cdf29d8 /winsup/utils/mount.cc
parent08604f02bcbcd954c601cd46f68d45321f3ee164 (diff)
downloadnewlib-baf77a53b079f6ce9f77f6ccde3e57229720050e.zip
newlib-baf77a53b079f6ce9f77f6ccde3e57229720050e.tar.gz
newlib-baf77a53b079f6ce9f77f6ccde3e57229720050e.tar.bz2
* mount.cc (struct opt): Remove posix option.
Diffstat (limited to 'winsup/utils/mount.cc')
-rw-r--r--winsup/utils/mount.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc
index 0900ed1..0cce584 100644
--- a/winsup/utils/mount.cc
+++ b/winsup/utils/mount.cc
@@ -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}
};