From f2c0efd7de516c1ea1e5ec753f773b8963ae8718 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 19 Jan 2016 21:27:25 +0000 Subject: MFC r292234, r292527: Add strlcat() and strlcpy() to libstand and libstand32. --- sys/boot/libstand32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot/libstand32') 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 -- cgit v1.1