Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc/string Pull up revision 1.52 (via patch, reque...



details:   https://anonhg.NetBSD.org/src/rev/b87c6082b8be
branches:  netbsd-1-5
changeset: 493075:b87c6082b8be
user:      he <he%NetBSD.org@localhost>
date:      Mon Apr 22 22:02:12 2002 +0000

description:
Pull up revision 1.52 (via patch, requested by kleink):
  Use internal names for strlcat() and strlcpy().

diffstat:

 lib/libc/string/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 49e515ea9237 -r b87c6082b8be lib/libc/string/Makefile.inc
--- a/lib/libc/string/Makefile.inc      Mon Apr 22 22:01:35 2002 +0000
+++ b/lib/libc/string/Makefile.inc      Mon Apr 22 22:02:12 2002 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile.inc  8.1 (Berkeley) 6/4/93
-#      $NetBSD: Makefile.inc,v 1.49 1999/09/08 22:56:56 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.49.8.1 2002/04/22 22:02:12 he Exp $
 
 # string sources
 .PATH: ${ARCHDIR}/string ${.CURDIR}/string
@@ -8,6 +8,9 @@
        strmode.c strsignal.c strtok.c strtok_r.c strxfrm.c \
        __strerror.c __strsignal.c
 
+# namespace protection wrappers
+SRCS+= _strlcat.c _strlcpy.c
+
 # machine-dependent net sources
 # m-d Makefile.inc must include sources for:
 #      bcmp() bcopy() bzero() ffs() index() memchr() memcmp() memset()



Home | Main Index | Thread Index | Old Index