From 4ed750537a677c021c1b3131a07451f79c19da37 Mon Sep 17 00:00:00 2001 From: cgf Date: Thu, 2 May 2002 04:14:40 +0000 Subject: [PATCH] add comment --- winsup/cygwin/path.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 0b5ef06e9e..239fd11b57 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); -- 2.11.0