X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Fri, 05 Apr 2002 11:26:38 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Richard Dawe Message-Id: <1190-Fri05Apr2002112638+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3CAB3AB4.2A0D2D7E@phekda.freeserve.co.uk> (message from Richard Dawe on Wed, 03 Apr 2002 18:24:04 +0100) Subject: Re: redirection problem with perl References: <10204031602 DOT AA18516 AT clio DOT rice DOT edu> <3CAB3AB4 DOT 2A0D2D7E AT phekda DOT freeserve DOT co DOT uk> 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 > Date: Wed, 03 Apr 2002 18:24:04 +0100 > From: Richard Dawe > > > > + /* FIXME: Use the data in the SFT. */ > > > + sft_entry_ptr = _get_sft_entry_ptr(fd); > > > + if (!sft_entry_ptr) > > > + { > > > + /* Pass through `errno'. */ > > > + return -1; > [snip] > > Doesn't the SFT exist on Windows NT/2k/XP? The SFT, in its DOS form, doesn't exist on any Windows system except 3.X, including Windows 9X series. IIRC Windows 9X emulate the SFT to some extent; I expect the NT family to not do that. > If not, then I guess it should > ignore this error and carry on (on those platforms). Yes, it should return what it knows from __fd_properties.