Date: Thu, 13 Jul 2000 00:06:13 -0400 Message-Id: <200007130406.AAA24310@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <8kcu4s$juv$1@nets3.rz.RWTH-Aachen.DE> (message from Hans-Bernhard Broeker on 10 Jul 2000 16:37:48 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> 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 > 'text' mode in Unix (nor should there really have been a need to > invent it on DOS: absence of 'b' already means "text mode", so what > would you need a 't' specifier for?) Absence of 'b' means *default*, which can still be binary if you (or the application, if you are a library) have set the _fmode variable appropriately. In cygwin, the "default" comes from the mount table, and is often "binary", so the "t" is a good idea.