X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 30 Jan 2002 14:41:35 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com Subject: Re: statvfs, try 2 In-Reply-To: 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 Tue, 29 Jan 2002, Richard Dawe wrote: > Please find below a revised patch to add statvfs, fstatvfs > to DJGPP. The only change over the previous patch is that > the file serial number fields are filled in with the number > of blocks, as per Eli's suggestion. > > OK to commit? Yes, but see the minor comments below. > (I finally I have a disclaimer for DJGPP > from my company. Yay!) Congrats! > +This function returns information about the "filesystem" (FS) Don't use ".." in Texinfo, use ``...'' instead. The effect is identical in Info, but in the printed manual TeX typesets the second variant in a much prettier way. > +Zero on success, nonzero on failure (and @var{errno} set). `errno' should be in @code, not @var. @var is only for formal parameters, not for actual variable names.