svn commit: r292234 - head/lib/libstand
Ian Lepore
ian at FreeBSD.org
Mon Dec 14 23:09:31 UTC 2015
Author: ian
Date: Mon Dec 14 23:09:30 2015
New Revision: 292234
URL: https://svnweb.freebsd.org/changeset/base/292234
Log:
Add strlcat() and strlcpy() to libstand.
Modified:
head/lib/libstand/Makefile
Modified: head/lib/libstand/Makefile
==============================================================================
--- head/lib/libstand/Makefile Mon Dec 14 23:09:02 2015 (r292233)
+++ head/lib/libstand/Makefile Mon Dec 14 23:09:30 2015 (r292234)
@@ -39,8 +39,8 @@ SRCS+= ntoh.c
.PATH: ${LIBC_SRC}/string
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
.if ${MACHINE_CPUARCH} == "arm"
.PATH: ${LIBC_SRC}/arm/gen
More information about the svn-src-head
mailing list