Subject: CVS commit: othersrc/bootstrap-pkgsrc/pkg_install/lib
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 01/07/2003 08:21:01
Module Name: othersrc
Committed By: grant
Date: Tue Jan 7 06:21:01 UTC 2003
Modified Files:
othersrc/bootstrap-pkgsrc/pkg_install/lib: pkgdb.c
Log Message:
sync with src:
In pkgdb_remove(), use the return value from (*db->del), rather than
explicitly setting and checking errno.
Do some CSE in pkgdb_iter().
Use the db access functions in the proper manner.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 othersrc/bootstrap-pkgsrc/pkg_install/lib/pkgdb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.