OSDN Git Service

* mount.cc: Revert accidental checkin.
authorcorinna <corinna>
Wed, 22 Jul 2009 18:27:47 +0000 (18:27 +0000)
committercorinna <corinna>
Wed, 22 Jul 2009 18:27:47 +0000 (18:27 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/mount.cc

index 8e956db..09223af 100644 (file)
@@ -1,5 +1,9 @@
 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
        NtCreateFile just like STATUS_EAS_NOT_SUPPORTED.
 
index 487390b..ed1ab90 100644 (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");