Source-Changes-HG archive

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

[src/matt-nb6-plus]: src/sys/lib/libkern Pullup rev 1.19:



details:   https://anonhg.NetBSD.org/src/rev/5997e4476cca
branches:  matt-nb6-plus
changeset: 774549:5997e4476cca
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Feb 07 07:03:28 2013 +0000

description:
Pullup rev 1.19:
date: 2013/01/23 22:34:37;  author: matt;  state: Exp;  lines: +2 -2
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 e96de668af34 -r 5997e4476cca sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Thu Feb 07 06:58:40 2013 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Thu Feb 07 07:03:28 2013 +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.4.1 2013/02/07 07:03:28 matt 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