Subject: Re: CVS commit: src/usr.bin/stat
To: Robert Elz <kre@munnari.OZ.AU>
From: Bill Studenmund <wrstuden@netbsd.org>
List: current-users
Date: 07/23/2003 15:53:08
On Wed, 23 Jul 2003, Robert Elz wrote:
> But, stat.c also make available
> st_gen
> st_blocks
> st_blocksize
> (and everything else). How many of those do we really want to
> depend upon being available on whatever random system is going to
> be used to compile NetBSD ?
It is my understanding that those are POSIX fields, so they should be
around on other systems.
Though we should never end up depending on st_gen; our kernel always
returns zero for it. :-)
Take care,
Bill