Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 10/04/2003 00:50:34
Module Name:	src
Committed By:	wiz
Date:		Sat Oct  4 00:50:34 UTC 2003

Modified Files:
	src/usr.sbin/pkg_install/create: pl.c
	src/usr.sbin/pkg_install/lib: file.c lib.h str.c

Log Message:
Replace strnncpy calls with strlcpy calls.  Remove strnncpy.
Ok'ed by agc and hubertf. Verified working with editors/mule package.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/usr.sbin/pkg_install/create/pl.c
cvs rdiff -r1.67 -r1.68 src/usr.sbin/pkg_install/lib/file.c
cvs rdiff -r1.62 -r1.63 src/usr.sbin/pkg_install/lib/lib.h
cvs rdiff -r1.45 -r1.46 src/usr.sbin/pkg_install/lib/str.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.