since the function could be fed one by an internal call.
+2008-12-14 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS
+ paths since the function could be fed one by an internal call.
+
2008-12-13 Christopher Faylor <me+cygwin@cgf.cx>
* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed
strcpy (c, "..");
path = fname;
}
- path_conv pc (path, PC_SYM_NOFOLLOW | PC_POSIX);
+ path_conv pc (path, PC_SYM_NOFOLLOW | PC_POSIX | PC_NOWARN);
if (pc.isspecial ())
{
if (!stat_worker (pc, &st))
easize = 0;
}
status = NtOpenFile (&h, READ_CONTROL | FILE_READ_ATTRIBUTES,
- &attr, &io, FILE_SHARE_VALID_FLAGS,
+ &attr, &io, FILE_SHARE_VALID_FLAGS,
FILE_OPEN_REPARSE_POINT
| FILE_OPEN_FOR_BACKUP_INTENT);
}