Subject: CVS commit: src/distrib/utils/libhack
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/02/2007 15:53:26
Module Name:	src
Committed By:	christos
Date:		Mon Apr  2 15:53:26 UTC 2007

Modified Files:
	src/distrib/utils/libhack: Makefile Makefile.inc
Added Files:
	src/distrib/utils/libhack: multibyte.c
Removed Files:
	src/distrib/utils/libhack: mbrtowc.c wcrtomb.c

Log Message:
Merge the multibyte routines into one file, and add stub implementations
for one more that is needed, and commented out partial implementations for
the test of the functions. This should stop the re-defined symbol errors
for now.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/distrib/utils/libhack/Makefile
cvs rdiff -r1.20 -r1.21 src/distrib/utils/libhack/Makefile.inc
cvs rdiff -r1.1 -r0 src/distrib/utils/libhack/mbrtowc.c \
    src/distrib/utils/libhack/wcrtomb.c
cvs rdiff -r0 -r1.1 src/distrib/utils/libhack/multibyte.c

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