Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/05/2001 14:13:13
Module Name:	basesrc
Committed By:	itojun
Date:		Fri Jan  5 12:13:13 UTC 2001

Modified Files:
	basesrc/lib/libc/string: wcscmp.c wcsncmp.c

Log Message:
fix wcs*cmp() behavior when the wide char string is equal.  from soda
XXX assumes wchar_t == int.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/string/wcscmp.c \
    basesrc/lib/libc/string/wcsncmp.c

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