Subject: CVS commit: basesrc/usr.sbin/pkg_install/lib
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/19/2002 05:13:58
Module Name: basesrc
Committed By: mycroft
Date: Thu Sep 19 02:13:58 UTC 2002
Modified Files:
basesrc/usr.sbin/pkg_install/lib: ftpio.c
Log Message:
select() -> poll()
Also, remove a call to path_create() that causes the `prepend' path held by
pkg_perform() to be deleted, causing a core dump later when pkg_perform()
tries to remove it itself.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 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.