Subject: CVS commit: src/lib/libc/locale
To: None <source-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 10/16/2006 08:42:16
Module Name:	src
Committed By:	wiz
Date:		Mon Oct 16 08:42:16 UTC 2006

Modified Files:
	src/lib/libc/locale: mbsinit.3 mbsrtowcs.3 mbstowcs.3 wcrtomb.3
	    wcsrtombs.3 wcstombs.3 wcsxfrm.3

Log Message:
kleink reminded me in a friendly way that "NULL" is the C API
synonyme for a "null pointer" and that there is no "NULL pointer".


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libc/locale/mbsinit.3
cvs rdiff -r1.9 -r1.10 src/lib/libc/locale/mbsrtowcs.3 \
    src/lib/libc/locale/mbstowcs.3
cvs rdiff -r1.7 -r1.8 src/lib/libc/locale/wcrtomb.3
cvs rdiff -r1.11 -r1.12 src/lib/libc/locale/wcsrtombs.3
cvs rdiff -r1.10 -r1.11 src/lib/libc/locale/wcstombs.3
cvs rdiff -r1.2 -r1.3 src/lib/libc/locale/wcsxfrm.3

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