Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/lib/libkern Pull up following revision(s) (requested ...



details:   https://anonhg.NetBSD.org/src/rev/8862f967d58d
branches:  netbsd-6
changeset: 777235:8862f967d58d
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Aug 23 19:38:02 2017 +0000

description:
Pull up following revision(s) (requested by mrg in ticket #1481):
        sys/lib/libkern/Makefile.libkern: revision 1.19
Add strnlen.c to SRCS (which will automatically use the .S version if it
exists).

diffstat:

 sys/lib/libkern/Makefile.libkern |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7b4513878727 -r 8862f967d58d sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Mon Aug 21 23:31:29 2017 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Wed Aug 23 19:38:02 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libkern,v 1.17 2012/02/05 14:19:03 dholland Exp $
+#      $NetBSD: Makefile.libkern,v 1.17.2.1 2017/08/23 19:38:02 snj Exp $
 
 # 
 # Variable definitions for libkern.  
@@ -84,7 +84,7 @@
 SRCS+= rngtest.c
 
 SRCS+= memchr.c
-SRCS+= strcat.c strcmp.c strcpy.c strlen.c
+SRCS+= strcat.c strcmp.c strcpy.c strlen.c strnlen.c
 SRCS+= strncmp.c strncpy.c
 SRCS+= strcasecmp.c strncasecmp.c
 



Home | Main Index | Thread Index | Old Index