Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/19/2005 05:27:58
Module Name:	src
Committed By:	lukem
Date:		Tue Apr 19 05:27:58 UTC 2005

Modified Files:
	src/lib/libc/gen: getgrent.c

Log Message:
When sequentially parsing a source looking for entries don't fail with
NS_UNAVAIL on an unparseable or too long line; instead try the next entry.
This is more consistent with the behaviour prior to the rework in rev 1.49.


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 src/lib/libc/gen/getgrent.c

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