* path.cc (fillout_mntent): Change "posix" to "managed".
This commit is contained in:
parent
3f21478315
commit
d108f312f9
|
@ -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.
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue