* 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.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user