Cygwin: remove CYGWIN=dos_file_warning option
This option has been disabled long ago and nobody missed it. Removing drops a bit of unneeded code Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -2062,7 +2062,7 @@ readdir_get_ino (const char *path, bool dot_dot)
|
||||
strcpy (c, "..");
|
||||
path = fname;
|
||||
}
|
||||
path_conv pc (path, PC_SYM_NOFOLLOW | PC_POSIX | PC_NOWARN | PC_KEEP_HANDLE);
|
||||
path_conv pc (path, PC_SYM_NOFOLLOW | PC_POSIX | PC_KEEP_HANDLE);
|
||||
if (pc.isspecial ())
|
||||
{
|
||||
if (!stat_worker (pc, &st))
|
||||
|
Reference in New Issue
Block a user