Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/b31713ae8689
branches:  netbsd-6-1
changeset: 776255:b31713ae8689
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Aug 23 19:37:20 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 057a83a206b4 -r b31713ae8689 sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Mon Aug 21 23:31:21 2017 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Wed Aug 23 19:37:20 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.8.1 2017/08/23 19:37:20 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