Source-Changes-HG archive

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

[src/trunk]: src/lib/libasn1/asn1_compile add strlcpy.c strlcat.c to make thi...



details:   https://anonhg.NetBSD.org/src/rev/407503518346
branches:  trunk
changeset: 495624:407503518346
user:      garbled <garbled%NetBSD.org@localhost>
date:      Wed Aug 02 02:38:19 2000 +0000

description:
add strlcpy.c strlcat.c to make this cross-compilable.

diffstat:

 lib/libasn1/asn1_compile/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e3b9cd93de23 -r 407503518346 lib/libasn1/asn1_compile/Makefile
--- a/lib/libasn1/asn1_compile/Makefile Wed Aug 02 02:23:58 2000 +0000
+++ b/lib/libasn1/asn1_compile/Makefile Wed Aug 02 02:38:19 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 22:46:45 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/02 02:38:19 garbled Exp $
 DIST=          ${.CURDIR}/../../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/asn1 ${DIST}/heimdal/lib/roken
 
@@ -10,7 +10,8 @@
 SRCS=  parse.y lex.l main.c hash.c symbol.c gen.c                      \
        gen_encode.c gen_decode.c gen_free.c gen_length.c gen_copy.c    \
        gen_glue.c                                                      \
-       getarg.c print_version.c warnerr.c strupr.c get_window_size.c
+       getarg.c print_version.c warnerr.c strupr.c get_window_size.c   \
+       strlcpy.c strlcat.c
 
 YHEADER=       1
 



Home | Main Index | Thread Index | Old Index