summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-08-04 12:43:53 +0000
committertjr <tjr@FreeBSD.org>2002-08-04 12:43:53 +0000
commit2e02b2970dc44fd49c53fc8bd1dc8e8f8a0cd486 (patch)
treef175caa0ee027c4eb3812725cb817c0e85647bb2 /lib
parentc7dfca65ec8e30de1b40fcf31c4e140cc8a705e8 (diff)
downloadFreeBSD-src-2e02b2970dc44fd49c53fc8bd1dc8e8f8a0cd486.zip
FreeBSD-src-2e02b2970dc44fd49c53fc8bd1dc8e8f8a0cd486.tar.gz
Change wctype_t to an unsigned type to avoid warnings.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/wctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/wctype.c b/lib/libc/locale/wctype.c
index ac8386b..5646de5 100644
--- a/lib/libc/locale/wctype.c
+++ b/lib/libc/locale/wctype.c
@@ -61,7 +61,7 @@ wctype(const char *property)
{ "ideogram", _CTYPE_I }, /* BSD extension */
{ "special", _CTYPE_T }, /* BSD extension */
{ "phonogram", _CTYPE_Q }, /* BSD extension */
- { NULL, 0L }, /* Default */
+ { NULL, 0UL }, /* Default */
};
int i;
OpenPOWER on IntegriCloud