diff --git a/doc/fixes34.3 b/doc/fixes34.3 index fa37da5cb..71ea15be1 100644 --- a/doc/fixes34.3 +++ b/doc/fixes34.3 @@ -6,6 +6,7 @@ General Fixes and Modified Features Platform- and/or Interface-Specific Fixes ----------------------------------------- +win32tty: fix visible CRLF characters during lockfile error message General New Features diff --git a/sys/share/pcunix.c b/sys/share/pcunix.c index 79ff656f7..3a3f50fea 100644 --- a/sys/share/pcunix.c +++ b/sys/share/pcunix.c @@ -105,7 +105,9 @@ getlock() # if defined(MSDOS) && defined(NO_TERMS) int grmode = iflags.grmode; # endif - +#ifdef WIN32CON + if (iflags.rawio) set_output_mode(0); +#endif /* we ignore QUIT and INT at this point */ if (!lock_file(HLOCK, LOCKPREFIX, 10)) { wait_synch();