* path.cc (fillout_mntent): Change "posix" to "managed".
This commit is contained in:
		| @@ -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"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user