X-Authentication-Warning: new-smtp2.ihug.com.au: Host p516-apx1.syd.ihug.com.au [203.173.142.8] claimed to be acceleron Message-ID: <001e01c177f3$ae480bc0$0102a8c0@acceleron> From: "Andrew Cottrell" To: , "Eli Zaretskii" , "Martin Stromberg" Cc: References: Subject: Re: statfs not returning correct cluster size - 7302h and GNU df don't work either Date: Wed, 28 Nov 2001 21:00:53 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com > On Wed, 28 Nov 2001, Martin Stromberg wrote: > > > > > Could you send me mail when the statfs problem is fixed? > > > > > > Fixed--how? AFAIU, `statfs' does on W2K the best job it could, given > > > the system calls implemented by W2K. How can we fix that? > > > > Shouldn't we improve the INT21, AX=0x7303(I'm not sure this is the > > right number) call to watch out for AL=0 as according to the comment > > in RBIL? > > maybe, but would this ``fix'' the function in the way Dennis meant? There may be allot more spots where this needs to be "fixed". In the case of Win 2K or XP as it currently stands the code does not use 7303 or 7302 calls due to the check of osmajor which then either uses 7302/3 or 3600. Undet Win NT/2K/XP it uses the 3600 call. I checked the RBIL doc and I couldn't see any work arround or any other hints as to what to on the weekend.