X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Mon, 17 Sep 2001 11:04:17 -0500 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: freopen/_creat(w2k) interaction [was: Re: Build problems] Message-ID: <20010917110417.A21689@kendall.sfbr.org> References: <2561-Mon17Sep2001182058+0300-eliz AT is DOT elta DOT co DOT il> <10109171546 DOT AA17450 AT clio DOT rice DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <10109171546.AA17450@clio.rice.edu>; from sandmann@clio.rice.edu on Mon, Sep 17, 2001 at 10:46:31AM -0500 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: > The example where the FreeDOS problem was reported had to do with -: > redirection. Normally, you redirect with the dup/open/dup2/close -: > series. In that case, some code did dup/close/open instead, and -: > expected to get the same handle from open as the one closed by the -: > preceding close. The FreeDOS kernel maintainers might also see this as a bug in the kernel and want to fix it; I would suggest forwarding this thread to Bart Oldeman for comment.