From: Martin Str|mberg Message-Id: <200101070739.IAA22347@father.ludd.luth.se> Subject: Re: Fw: Patch for statfs.c In-Reply-To: from Eli Zaretskii at "Jan 7, 2001 09:26:48 am" To: djgpp-workers AT delorie DOT com Date: Sun, 7 Jan 2001 08:39:42 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 According to Eli Zaretskii: > So it's not a requirement, but an act of courtesy ;-) > > > /* useAX0x1510() was successful and is reporting bigger total > > size than INT21 AX=7303, so we use those values. > > If INT21 AX=7303 is reporting bigger total size than > > useAX0x1510(), it means the CD is bigger than a CD > > (e. g. it is a DVD-ROM). In that case we use the values > > from INT21 AX=7303. */ > > "the CD is bigger than a CD"? Is there a better way of saying that? I thought it was funny. The phrase in parentheses after clarifies it, I think. > > /* DOZE version earlier than 7.0. Use old method. */ > > if( ! cdrom_calls_used ) > > { > > if( use_AH0x36( drive_number, &blocks, &free, &bsize ) == -1 ) > > { > > /* use_AH0x36() sets errno on failure. */ > > return -1; > > } > > The indentation in this file needs work... It's looking good in emacs here. Perhaps your mailer use different amount of spaces to replace tabs? Right, MartinS