Date: Fri, 17 Aug 2001 19:40:58 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: acottrel AT ihug DOT com DOT au Message-Id: <9743-Fri17Aug2001194057+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: sandmann AT clio DOT rice DOT edu, djgpp-workers AT delorie DOT com In-reply-to: <009e01c12709$bc3a70a0$0a02a8c0@acceleron> (acottrel@ihug.com.au) Subject: Re: Fstat.c patch References: <003001c12702$4df56430$0a02a8c0 AT acceleron> <4331-Fri17Aug2001131335+0300-eliz AT is DOT elta DOT co DOT il> <009e01c12709$bc3a70a0$0a02a8c0 AT acceleron> 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 > From: "Andrew Cottrell" > Date: Fri, 17 Aug 2001 20:45:29 +1000 > > > > The changes are: > > > 1) Replace dos_mem_base with _dos_ds > > > 2) Replace our_mem_base with _my_ds() > > > 3) Change if clause for the 71a6 call to execute if LFN is enabled, > don't > > > care about DOS version anymore. > > > > This is okay, but please take the call to _my_ds out of the loop. > > Instead, call it once, and then use the result in the loop body. > > I have have re-worked _my_ds() in the attached updated patch. Committed. Thanks!