From 5281dea44219384e830d49e7ac646ce93ccf4814 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 21 Jun 1995 19:45:27 +0000 Subject: [PATCH] (main) [MSDOS]: Do set _fmode. This undoes part of the previous change. --- lib-src/make-docfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 50b755b41bb..948a7257089 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -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 -- 2.39.2