Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-02 08:14:40 +0400
committerChristopher Faylor <me@cgf.cx>2002-05-02 08:14:40 +0400
commit7a90892d0c2a257dc468e2b247cd13b8caa51ab2 (patch)
tree14d12f3f965809df04801528d20dad8a679fe968
parent291be3076b91e2165b6c9aecf89d7e767afa89d7 (diff)
add comment
-rw-r--r--winsup/cygwin/path.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 0b5ef06e9..239fd11b5 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -509,6 +509,7 @@ path_conv::check (const char *src, unsigned opt,
}
else if (isvirtual_dev (devn))
{
+ /* FIXME: Fix this. Calling build_fhandler here is not the right way to handle this. */
fhandler_virtual *fh =
(fhandler_virtual *) cygheap->fdtab.build_fhandler (-1, devn, path_copy, NULL, unit);
int file_type = fh->exists (path_copy);