* mount.cc: Revert accidental checkin.
This commit is contained in:
parent
c45871c9c5
commit
c9b8019225
|
@ -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>
|
2009-07-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.cc (symlink_info::check): Handle STATUS_NOT_SUPPORTED from
|
* path.cc (symlink_info::check): Handle STATUS_NOT_SUPPORTED from
|
||||||
|
|
|
@ -310,7 +310,7 @@ mount_info::init ()
|
||||||
PWCHAR pathend;
|
PWCHAR pathend;
|
||||||
WCHAR path[PATH_MAX];
|
WCHAR path[PATH_MAX];
|
||||||
|
|
||||||
pathend = wcpcpy (path, installation_root);
|
pathend = wcpcpy (path, cygwin_shared->installation_root);
|
||||||
create_root_entry (path);
|
create_root_entry (path);
|
||||||
pathend = wcpcpy (pathend, L"\\etc\\fstab");
|
pathend = wcpcpy (pathend, L"\\etc\\fstab");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue