* cygthread.cc (cygthread::cygthread): Add more info to fatal error.
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Temporarily remove insertion of /dev into root directory. * path.cc (path_conv::check): Ditto.
This commit is contained in:
@@ -648,12 +648,14 @@ path_conv::check (const char *src, unsigned opt,
|
||||
else if (dev == FH_DEV)
|
||||
{
|
||||
dev.devn = FH_FS;
|
||||
#if 0
|
||||
fileattr = GetFileAttributes (this->path);
|
||||
if (!component && fileattr == INVALID_FILE_ATTRIBUTES)
|
||||
{
|
||||
fileattr = FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_READONLY;
|
||||
goto out;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
else if (isvirtual_dev (dev.devn))
|
||||
{
|
||||
|
Reference in New Issue
Block a user