OSDN Git Service

add comment
authorcgf <cgf>
Thu, 2 May 2002 04:14:40 +0000 (04:14 +0000)
committercgf <cgf>
Thu, 2 May 2002 04:14:40 +0000 (04:14 +0000)
winsup/cygwin/path.cc

index 0b5ef06..239fd11 100644 (file)
@@ -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);