Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/17/1999 16:59:11
Module Name:	src
Committed By:	lukem
Date:		Mon Jan 18 00:59:10 UTC 1999

Modified Files:
	src/lib/libc/gen: getpwent.c
Log Message:
* fix _compat_getpw so that it returns _local_getpw(...) if there
isn't a `+' token in the files database.
(this bug probably crept in when a merge to current occurred)
* ensure that the _bad_getpw callbacks in __getpwcompat have an
argument for error reporting.