Subject: CVS commit: [netbsd-2] src/lib/libc/string
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/31/2005 21:13:11
Module Name:	src
Committed By:	riz
Date:		Tue May 31 21:13:11 UTC 2005

Modified Files:
	src/lib/libc/string [netbsd-2]: wcschr.c

Log Message:
Pull up revision 1.3 (requested by christos in ticket #1872):
It is really pointless to come up with new implementations of the wide string
functions instead of using the narrow string ones. Make this look like
strchr, so that wcschr(L"foo", L'\0') does not return NULL as it should.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.8.1 src/lib/libc/string/wcschr.c

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