Subject: CVS commit: src/lib/libc/string
To: None <source-changes@NetBSD.org>
From: Takehiko NOZAKI <tnozaki@netbsd.org>
List: source-changes
Date: 10/13/2005 21:13:05
Module Name:	src
Committed By:	tnozaki
Date:		Thu Oct 13 21:13:05 UTC 2005

Modified Files:
	src/lib/libc/string: wcscpy.c wcsncpy.c

Log Message:
wcscpy - cleanup
wcsncpy - SUSv6 if s2 is shorter than n, s1 should be filled with L'\0' until n.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/string/wcscpy.c \
    src/lib/libc/string/wcsncpy.c

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