Subject: Re: CVS commit: [netbsd-2] src/lib/libc/string
To: None <riz@netbsd.org>
From: Takahiro Kambe <taca@back-street.net>
List: source-changes
Date: 06/01/2005 16:03:49
In message <20050531211311.C99DC2DA27@cvs.netbsd.org>
	on Tue, 31 May 2005 21:13:11 +0000 (UTC),
	Jeff Rizzo <riz@netbsd.org> wrote:
> 
> 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.
It cause compile error with undefined __UNCONST().

/usr/src/lib/libc/string/wcschr.c:47: warning: implicit declaration of function `__UNCONST'

-- 
Takahiro Kambe <taca@back-street.net>