Message-Id: <200007140911.MAA06935@mailgw1.netvision.net.il> Date: Fri, 14 Jul 2000 12:11:57 +0200 To: Hans-Bernhard Broeker X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <8kkki9$gcv$1@nets3.rz.RWTH-Aachen.DE> (message from Hans-Bernhard Broeker on 13 Jul 2000 14:43:21 GMT) Subject: Re: Pipe to sendmail (again) References: <56ga5.329089$k22 DOT 1448044 AT flipper> <8kcu4s$juv$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <200007130406 DOT AAA24310 AT envy DOT delorie DOT com> <8kkki9$gcv$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Hans-Bernhard Broeker > Newsgroups: comp.os.msdos.djgpp > Date: 13 Jul 2000 14:43:21 GMT > > In my not so humble opinion, '_fmode' is one of the silliest things > DOS compilers ever came up with. It may have had its uses back in the > days before ANSI C, but they should have retracted this feature back > in 1990, at the latest. It serves no useful purpose that can't be > achieved by other, standard-conforming ways, too. It is not always practical to change every call to `open', `fopen', `fdopen', and `popen' in a large program ported from Unix. This is when `_fmode' comes in handy.