From c87e71071b16c9d60abc008bce875728e0b3d86a Mon Sep 17 00:00:00 2001 From: espie <> Date: Sat, 29 Oct 2005 10:05:11 +0000 Subject: Activate missing wcswidth, as noted by Alexander Bluhm. okay deraadt@, otto@ Minor bump (nobody stepped forward with other changes, so let's do this one) --- src/lib/libc/string/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/string/Makefile.inc b/src/lib/libc/string/Makefile.inc index 299d7e106c..72ec34e694 100644 --- a/src/lib/libc/string/Makefile.inc +++ b/src/lib/libc/string/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.17 2005/05/26 12:56:01 otto Exp $ +# $OpenBSD: Makefile.inc,v 1.18 2005/10/29 10:05:11 espie Exp $ # string sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/string ${LIBCSRCDIR}/string @@ -8,7 +8,7 @@ SRCS+= bm.c memccpy.c strcasecmp.c strcasestr.c strcoll.c strdup.c \ strxfrm.c \ wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c \ wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c \ - wcsstr.c wcstok.c wcswcs.c wmemchr.c wmemcmp.c wmemcpy.c \ + wcsstr.c wcstok.c wcswcs.c wcswidth.c wmemchr.c wmemcmp.c wmemcpy.c \ wmemmove.c wmemset.c # machine-dependent net sources -- cgit v1.2.3-55-g6feb