Subject: CVS commit: basesrc/usr.sbin/pkg_install/lib
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/09/2002 06:30:07
Module Name:	basesrc
Committed By:	yamt
Date:		Tue Jul  9 03:30:07 UTC 2002

Modified Files:
	basesrc/usr.sbin/pkg_install/lib: file.c ftpio.c

Log Message:
- use snprintf and strlcpy instead of strcpy, strcat and sprintf in some place.
- remove a unneeded strcpy.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 basesrc/usr.sbin/pkg_install/lib/file.c
cvs rdiff -r1.38 -r1.39 basesrc/usr.sbin/pkg_install/lib/ftpio.c

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