diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-04-03 15:44:18 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-04-03 15:44:18 +0000 |
commit | 0c273f5ac39d68344a5ea988c40e2af271b6f39a (patch) | |
tree | b95d204f9d466e153464c35fea057e533fb5650f /winsup/cygwin/ChangeLog | |
parent | ba047ace145fdcd203878cc32a88aba92a96e78c (diff) | |
download | cygnal-0c273f5ac39d68344a5ea988c40e2af271b6f39a.tar.gz cygnal-0c273f5ac39d68344a5ea988c40e2af271b6f39a.tar.bz2 cygnal-0c273f5ac39d68344a5ea988c40e2af271b6f39a.zip |
* path.cc (mount_info::from_fstab): Get module path name of the Cygwin
DLL, not the path of the application.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 190ce3fcd..3d788d0be 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2008-04-03 Corinna Vinschen <corinna@vinschen.de> + * path.cc (mount_info::from_fstab): Get module path name of the Cygwin + DLL, not the path of the application. + +2008-04-03 Corinna Vinschen <corinna@vinschen.de> + Cleanup. * exceptions.cc (windows_system_directory): Make static. Convert to WCHAR. |