Subject: Re: PR/36464 CVS commit: src/lib/libc/gen
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 06/10/2007 01:20:03
The following reply was made to PR lib/36464; it has been noted by GNATS.

From: christos@zoulas.com (Christos Zoulas)
To: Ed Ravin <eravin@panix.com>, gnats-bugs@NetBSD.org
Cc: lib-bug-people@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: PR/36464 CVS commit: src/lib/libc/gen
Date: Sat, 9 Jun 2007 21:17:57 -0400

 On Jun 9,  9:00pm, eravin@panix.com (Ed Ravin) wrote:
 -- Subject: Re: PR/36464 CVS commit: src/lib/libc/gen
 
 | Christos - thanks for the quick fix, I will test it out later this
 | week.
 
 Great, thanks. If you send me a patch I will request a formal pullup.
 
 | The man page for stat(2) also needs updating, in particular this part:
 | 
 | >     The size-related fields of the struct stat are as follows:
 | >
 | >     st_size        The size of the file in bytes.  A directory will be a mul-
 | >                    tiple of the size of the dirent(5) structure.
 | 
 | Should be changed to say that the meaning of st_size for a directory is
 | filesystem-dependent (the ZFS behavior of "number of entries in the
 | directory" is intentional).
 
 I will fix it. Thanks.
 
 christos