Subject: Re: CVS commit: src/usr.bin/stat
To: Bill Studenmund <wrstuden@netbsd.org>
From: Klaus Klein <kleink@reziprozitaet.de>
List: current-users
Date: 07/24/2003 01:17:55
Bill Studenmund <wrstuden@netbsd.org> writes:

> 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.

st_gen isn't in POSIX (an st_blocksize is actually st_blksize).


- Klaus