Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 03/11/2003 19:23:08
Module Name:	src
Committed By:	tshiozak
Date:		Tue Mar 11 17:23:08 UTC 2003

Modified Files:
	src/lib/libc/locale: _wctrans.c rune.h runetype.h setlocale1.c
	    setlocale32.c
	src/usr.bin/mklocale: ldef.h yacc.y

Log Message:
changes for cross build on FreeBSD box.
 - rename some macros and types defined in runetype.h.
 - move declarations of some global symbols to rune.h from runetype.h.
 - make sure the target sources use rune.h and mklocale use runetype.h.
I tested them on FreeBSD-4.6.2 box (./build.sh -m i386 tools).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/locale/_wctrans.c
cvs rdiff -r1.7 -r1.8 src/lib/libc/locale/rune.h
cvs rdiff -r1.15 -r1.16 src/lib/libc/locale/runetype.h
cvs rdiff -r1.1 -r1.2 src/lib/libc/locale/setlocale1.c \
    src/lib/libc/locale/setlocale32.c
cvs rdiff -r1.2 -r1.3 src/usr.bin/mklocale/ldef.h
cvs rdiff -r1.16 -r1.17 src/usr.bin/mklocale/yacc.y

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