diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-05 04:01:43 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-05 04:01:43 +0000 |
commit | ce006ffa7f6985c2dbe6128d74ba6beda562743a (patch) | |
tree | f06848351ed62f45e8034e2d5c5eb69f36a5f87e /winsup/cygwin/fhandler.cc | |
parent | 147d2ab4949aec9a3b510e1ee43399a9e6261122 (diff) | |
download | cygnal-ce006ffa7f6985c2dbe6128d74ba6beda562743a.tar.gz cygnal-ce006ffa7f6985c2dbe6128d74ba6beda562743a.tar.bz2 cygnal-ce006ffa7f6985c2dbe6128d74ba6beda562743a.zip |
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
* path.cc (mount_info::conv_to_win32_path): Set flags to binary when mount
entry is not found.
(mount_info::set_flags_from_win32_path): Ditto.
Diffstat (limited to 'winsup/cygwin/fhandler.cc')
-rw-r--r-- | winsup/cygwin/fhandler.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc index 67fe64f53..b3fa13c27 100644 --- a/winsup/cygwin/fhandler.cc +++ b/winsup/cygwin/fhandler.cc @@ -1021,16 +1021,6 @@ fhandler_base::fhandler_base (DWORD devtype, int unit): win32_path_name (NULL), open_status (0) { -#if 0 - int bin = __fmode & O_TEXT ? 0 : 1; - if (status != FH_DISK && status != FH_CONSOLE) - { - if (!get_r_binset ()) - set_r_binary (bin); - if (!get_w_binset ()) - set_w_binary (bin); - } -#endif } /* Normal I/O destructor */ |