Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3A1C5A1D.D7D31B79@sattel.com> Date: Wed, 22 Nov 2000 15:43:25 -0800 From: Bruce Edge Organization: Sattel Global Networks X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT sources DOT redhat DOT com Subject: Re: serial port and unwanted NL -> CR/LF tranlastion References: <3A1C4FD1 DOT C9B77949 AT sattel DOT com> <200011222314 DOT SAA01402 AT envy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit DJ Delorie wrote: > > > open( name, O_RDWR | O_NOCTTY | O_NONBLOCK ) > > #ifndef O_BINARY > #define O_BINARY 0 > #endif > > open( name, O_RDWR | O_NOCTTY | O_NONBLOCK | O_BINARY ) Wouldn't this just be OR'ing a 0 into the flags? -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com