* path.cc (fillout_mntent): Change "posix" to "managed".

This commit is contained in:
Christopher Faylor 2003-07-04 03:08:26 +00:00
parent 3f21478315
commit d108f312f9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-03 Christopher Faylor <cgf@redhat.com>
* path.cc (fillout_mntent): Change "posix" to "managed".
2003-07-02 Christopher Faylor <cgf@redhat.com>
* fhandler.h (FH_ENC): New enum.

View File

@ -2505,7 +2505,7 @@ fillout_mntent (const char *native_path, const char *posix_path, unsigned flags)
else if (flags & MOUNT_NOTEXEC)
strcat (_reent_winsup ()->mnt_opts, (char *) ",noexec");
if (flags & MOUNT_ENC)
strcat (_reent_winsup ()->mnt_opts, ",posix");
strcat (_reent_winsup ()->mnt_opts, ",managed");
if ((flags & MOUNT_CYGDRIVE)) /* cygdrive */
strcat (_reent_winsup ()->mnt_opts, (char *) ",noumount");