(main) [MSDOS]: Do set _fmode.
This undoes part of the previous change.
This commit is contained in:
parent
cbfc04e02c
commit
5281dea442
1 changed files with 1 additions and 1 deletions
|
@ -118,9 +118,9 @@ main (argc, argv)
|
|||
|
||||
/* Don't put CRs in the DOC file. */
|
||||
#ifdef MSDOS
|
||||
_fmode = O_BINARY;
|
||||
#if 0 /* Suspicion is that this causes hanging.
|
||||
So instead we require people to use -o on MSDOS. */
|
||||
_fmode = O_BINARY;
|
||||
(stdout)->_flag &= ~_IOTEXT;
|
||||
_setmode (fileno (stdout), O_BINARY);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue