Subject: CVS commit: [netbsd-3] src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: source-changes
Date: 06/12/2007 16:16:20
Module Name:	src
Committed By:	liamjfoy
Date:		Tue Jun 12 16:16:20 UTC 2007

Modified Files:
	src/lib/libc/gen [netbsd-3]: scandir.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1803):

	Be more conservative about computing the number of entries in
	the directory. Avoids core-dump with ZFS filesystems (they return
	the number of entries in stat(2) instead of the size in st_size)


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.22.6.1 src/lib/libc/gen/scandir.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.