mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-02 13:05:42 +08:00
* 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.
This commit is contained in:
parent
2b0c1c0d44
commit
ec4eb70c33
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2008-12-13 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed
|
* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed
|
||||||
|
@ -1640,7 +1640,7 @@ readdir_get_ino (const char *path, bool dot_dot)
|
|||||||
strcpy (c, "..");
|
strcpy (c, "..");
|
||||||
path = fname;
|
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 (pc.isspecial ())
|
||||||
{
|
{
|
||||||
if (!stat_worker (pc, &st))
|
if (!stat_worker (pc, &st))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user