On Tue, Feb 17, 2004 at 05:48:17PM -0500, Pierre A. Humblet wrote: >When you have a minute or two, could you think of an example where the >win32 name would have problems replacing the unix name in fhandler_*?
fhandler_base::get_default_fmode is one place, I believe. I don't know if that functionality is actually used anywhere, though. I think all of the fhandler_proc stuff rely on it, but that's not really robust and could possibly be changed to get_win32 with some effort. chown_worker is one place where we *don't* need it, though. That could either be a path_conv or a fhandler, I think. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/