summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorespie <>2005-10-29 10:05:11 +0000
committerespie <>2005-10-29 10:05:11 +0000
commitc87e71071b16c9d60abc008bce875728e0b3d86a (patch)
treebefc8aa4de50ea10d3a52e86f0c6c7c0504d2e21
parentb8ad04054e5cc9042124eaf85728af5836b190d2 (diff)
downloadopenbsd-c87e71071b16c9d60abc008bce875728e0b3d86a.tar.gz
openbsd-c87e71071b16c9d60abc008bce875728e0b3d86a.tar.bz2
openbsd-c87e71071b16c9d60abc008bce875728e0b3d86a.zip
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)
-rw-r--r--src/lib/libc/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile.inc,v 1.17 2005/05/26 12:56:01 otto Exp $ 1# $OpenBSD: Makefile.inc,v 1.18 2005/10/29 10:05:11 espie Exp $
2 2
3# string sources 3# string sources
4.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/string ${LIBCSRCDIR}/string 4.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 \
8 strxfrm.c \ 8 strxfrm.c \
9 wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c \ 9 wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c \
10 wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c \ 10 wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c \
11 wcsstr.c wcstok.c wcswcs.c wmemchr.c wmemcmp.c wmemcpy.c \ 11 wcsstr.c wcstok.c wcswcs.c wcswidth.c wmemchr.c wmemcmp.c wmemcpy.c \
12 wmemmove.c wmemset.c 12 wmemmove.c wmemset.c
13 13
14# machine-dependent net sources 14# machine-dependent net sources