Subject: CVS commit: [netbsd-4] src/distrib/utils/libhack
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 05/08/2007 19:40:59
Module Name:	src
Committed By:	pavel
Date:		Tue May  8 19:40:59 UTC 2007

Modified Files:
	src/distrib/utils/libhack [netbsd-4]: Makefile Makefile.inc syslog.c
Added Files:
	src/distrib/utils/libhack [netbsd-4]: multibyte.c
Removed Files:
	src/distrib/utils/libhack [netbsd-4]: mbrtowc.c

Log Message:
Pull up following revision(s) originally forgotten in ticket #607:
	distrib/utils/libhack/Makefile: revision 1.19-1.20
	distrib/utils/libhack/Makefile.inc: revision 1.20-1.21
	distrib/utils/libhack/multibyte.c: revision 1.1
	distrib/utils/libhack/syslog.c: revision 1.6
	distrib/utils/libhack/mbrtowc.c: deleted

add prototypes for the _ss functions.

we need wcrtomb now too.

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.18 -r1.18.4.1 src/distrib/utils/libhack/Makefile
cvs rdiff -r1.19 -r1.19.4.1 src/distrib/utils/libhack/Makefile.inc
cvs rdiff -r1.1 -r0 src/distrib/utils/libhack/mbrtowc.c
cvs rdiff -r0 -r1.1.2.1 src/distrib/utils/libhack/multibyte.c
cvs rdiff -r1.5 -r1.5.2.1 src/distrib/utils/libhack/syslog.c

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