Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/e27659f2a9c9
branches:  netbsd-6-0
changeset: 775257:e27659f2a9c9
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Aug 23 19:36:28 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 848936892c44 -r e27659f2a9c9 sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Mon Aug 21 23:31:09 2017 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Wed Aug 23 19:36:28 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.6.1 2017/08/23 19:36:28 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