* mount.cc: Revert accidental checkin.

This commit is contained in:
Corinna Vinschen 2009-07-22 18:27:47 +00:00
parent c45871c9c5
commit c9b8019225
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-07-22 Corinna Vinschen <corinna@vinschen.de>
* mount.cc: Revert accidental checkin.
2009-07-22 Corinna Vinschen <corinna@vinschen.de>
* path.cc (symlink_info::check): Handle STATUS_NOT_SUPPORTED from

View File

@ -310,7 +310,7 @@ mount_info::init ()
PWCHAR pathend;
WCHAR path[PATH_MAX];
pathend = wcpcpy (path, installation_root);
pathend = wcpcpy (path, cygwin_shared->installation_root);
create_root_entry (path);
pathend = wcpcpy (pathend, L"\\etc\\fstab");