Subject: Re: -current build failure on i386
To: Naoto Shimazaki <igy@arhc.org>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: current-users
Date: 12/23/2000 07:07:41
>itojun@iijlab.net writes:
>
>> >I don't think the latest wctype.h can resolve this problem.
>> 
>> 	latest wctype.h (revision 1.3 - it may have missed supscan)
>> 	should fix it.
>
>Humm....  we need
>
>unsigned long ___runetype_mb __P((wint_t));
>wint_t        ___tolower_mb __P((wint_t));
>wint_t        ___toupper_mb __P((wint_t));
>
>in wctype.h, don't we?

	if i'm not crazy, we have that on revision 1.3.  i have checked it
	by looking at cvs.netbsd.org:/cvsroot/..../wctype.h,v.

itojun