# HG changeset patch # User Richard M. Stallman # Date 803763927 0 # Node ID 68508136431f57497e00a960c5dd4081ee80eac5 # Parent f5ba89f88cfd548210b7acba5bd9378a8bfdff90 (main) [MSDOS]: Do set _fmode. This undoes part of the previous change. diff -r f5ba89f88cfd -r 68508136431f lib-src/make-docfile.c --- a/lib-src/make-docfile.c Wed Jun 21 18:57:25 1995 +0000 +++ b/lib-src/make-docfile.c Wed Jun 21 19:45:27 1995 +0000 @@ -118,9 +118,9 @@ /* 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