Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [netbsd-2] src/lib/libc/string



In message <20050531211311.C99DC2DA27%cvs.netbsd.org@localhost>
        on Tue, 31 May 2005 21:13:11 +0000 (UTC),
        Jeff Rizzo <riz%netbsd.org@localhost> 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@localhost>



Home | Main Index | Thread Index | Old Index