X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Sat, 15 Dec 2001 20:43:23 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Richard Dawe Message-Id: <7704-Sat15Dec2001204323+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3C1A8FB2.7CEA5800@phekda.freeserve.co.uk> (message from Richard Dawe on Fri, 14 Dec 2001 23:48:02 +0000) Subject: Re: statvfs References: <3C1A8FB2 DOT 7CEA5800 AT phekda DOT freeserve DOT co DOT uk> 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 > Date: Fri, 14 Dec 2001 23:48:02 +0000 > From: Richard Dawe > > Please find below a diff that adds statvfs() to libc. This is implemented > according to draft D6 by the Austin Group (a draft of what will become the > next version of POSIX). Thanks! > I chose to zero the fields referring to the number of file serial numbers > on a disk. I guess we could put some fake values here. Why not use the number of clusters as the number of file serial numbers? (I assume that they mean the nomber of inodes on Posix systems, right?)