Subject: CVS commit: src/lib/libc/string
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/30/2005 06:00:01
Module Name:	src
Committed By:	christos
Date:		Mon May 30 06:00:01 UTC 2005

Modified Files:
	src/lib/libc/string: wcschr.c

Log Message:
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.3 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.