Subject: CVS commit: basesrc/lib/libc/locale
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 03/19/2002 00:58:45
Module Name:	basesrc
Committed By:	tshiozak
Date:		Mon Mar 18 22:58:45 UTC 2002

Modified Files:
	basesrc/lib/libc/locale: multibyte.h runetype.h setrunelocale.c

Log Message:
Move mbstate_t materials from locale/runetype.h to locale/multibyte.h.
Before this fix, building nbmklocale was failed on non-NetBSD-current platforms.
multibyte.h seems more appropriate one to contain them.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/locale/multibyte.h
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/locale/runetype.h
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/locale/setrunelocale.c

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