Browse Source

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)
OPENBSD_3_9
espie 18 years ago
parent
commit
ef549283cb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/string/Makefile.inc

+ 2
- 2
src/lib/libc/string/Makefile.inc View File

@ -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


Loading…
Cancel
Save