summaryrefslogtreecommitdiffstats
path: root/sys/boot
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 /sys/boot
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 'sys/boot')
-rw-r--r--sys/boot/libstand32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/libstand32/Makefile b/sys/boot/libstand32/Makefile
index 1fc04a2..4ee8690 100644
--- a/sys/boot/libstand32/Makefile
+++ b/sys/boot/libstand32/Makefile
@@ -63,8 +63,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: ${LIBC}/arm/gen
OpenPOWER on IntegriCloud