summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-10-29 10:05:13 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-10-29 10:05:13 +0000
commita490540aff020057bca358bd956dd9daed3c25de (patch)
tree5424eae97604283eab0846b47b177800b18309bd /lib/libc/string
parentf002da9d53ac8ca6de7fe4159fc78354d0457912 (diff)
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)
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 299d7e106c4..72ec34e6940 100644
--- a/lib/libc/string/Makefile.inc
+++ b/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