From 58b43c8d91e03e7bca9b60047e1e79255b2cc12b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 3 Jul 2002 18:02:54 +0000 Subject: * dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if none specified. * fhandler.cc (fhandler_base::init): Make bin argument a guarantee rather than a suggestion. * path.cc (path_conv::check): Load flag returned from cygwin_conv_to_win32_path into path_flags. --- winsup/cygwin/path.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/path.cc') diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 2e8626b2d..ed76f941e 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -549,6 +549,7 @@ path_conv::check (const char *src, unsigned opt, else if (devn != FH_BAD) { fileattr = 0; + path_flags = sym.pflags; if (component) { error = ENOTDIR; -- cgit v1.2.3