Subject: CVS commit: src/lib/libc/locale
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 03/10/2007 00:12:24
Module Name: src
Committed By: hubertf
Date: Sat Mar 10 00:12:23 UTC 2007
Modified Files:
src/lib/libc/locale: wcstoimax.c wcstol.c wcstoll.c wcstoul.c
wcstoull.c wcstoumax.c
Log Message:
Remove a bunch of unneeded #include <ctype.h>s
From: Slava Semushin <php-coder@altlinux.ru>
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/locale/wcstoimax.c \
src/lib/libc/locale/wcstoll.c src/lib/libc/locale/wcstoull.c \
src/lib/libc/locale/wcstoumax.c
cvs rdiff -r1.3 -r1.4 src/lib/libc/locale/wcstol.c \
src/lib/libc/locale/wcstoul.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.