Date: Sun, 31 Dec 2000 10:44:32 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Martin Str|mberg Message-Id: <2593-Sun31Dec2000104432+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com, nbensa AT hotmail DOT com In-reply-to: <200012302330.AAA15721@father.ludd.luth.se> (message from Martin Str|mberg on Sun, 31 Dec 2000 00:30:48 +0100 (MET)) Subject: Re: Fw: Patch for statfs.c References: <200012302330 DOT AAA15721 AT father DOT ludd DOT luth DOT se> 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: Martin Str|mberg > Date: Sun, 31 Dec 2000 00:30:48 +0100 (MET) > > So I'll check in your patch in a couple of days if nobody objects. I think there's one minor change that needs to be done. This snippet: if (!cdrom_calls_used) { if( 7 <= (_get_dos_version(1) >> 8)) /* Is FAT32 supported? */ { /* 217303 - Win9x - Get Extended Free Drive Space: might do strange things on OS/2's DOS box, because OS/2 reports DOS version 10.0. I suggest to avoid running this code if the DOS version is 10. That's what other library functions do.