summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2016-01-19 21:27:25 +0000
committerian <ian@FreeBSD.org>2016-01-19 21:27:25 +0000
commitf2c0efd7de516c1ea1e5ec753f773b8963ae8718 (patch)
tree75f2b83b1d5c1d42a57c58adf826ea4096ec2868 /lib
parentc6f06f22fca0776b343f419255df034809cb3fb9 (diff)
downloadFreeBSD-src-f2c0efd7de516c1ea1e5ec753f773b8963ae8718.zip
FreeBSD-src-f2c0efd7de516c1ea1e5ec753f773b8963ae8718.tar.gz
MFC r292234, r292527:
Add strlcat() and strlcpy() to libstand and libstand32.
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 7c253c8..94a2f6e 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -59,8 +59,8 @@ SRCS+= ntoh.c
.if ${MACHINE_CPUARCH} != "ia64"
SRCS+= bcmp.c bcopy.c bzero.c ffs.c memccpy.c memchr.c memcmp.c memcpy.c \
memmove.c memset.c qdivrem.c strcat.c strchr.c strcmp.c strcpy.c \
- strcspn.c strlen.c strncat.c strncmp.c strncpy.c strpbrk.c \
- strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c
+ strcspn.c strlcat.c strlcpy.c strlen.c strncat.c strncmp.c strncpy.c \
+ strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c
.endif
.if ${MACHINE_CPUARCH} == "arm"
.PATH: ${.CURDIR}/../libc/arm/gen
OpenPOWER on IntegriCloud