Date: Sun, 7 Jan 2001 09:26:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: djgpp-workers AT delorie DOT com, ceo AT nbensacomputers DOT com Subject: Re: Fw: Patch for statfs.c In-Reply-To: <200101070649.HAA22174@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 7 Jan 2001, Martin Str|mberg wrote: > By the way should a copyright line for 2000 and 2001 be added manually > (I saw Laurynas do that) or is that done automagically when releasing? It is done automagically, but doing so manually (if you remember doing that) saves the poor soul who prepares the distro an extra step of rebuilding the library after djlsr is made (because making djlsr changes some of the sources, and Make will recompile them). 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? > /* 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...