Rename xbps_find_orphan_packages() to xbps_find_pkg_orphans().

This commit is contained in:
Juan RP
2011-01-27 12:19:05 +01:00
parent 41341af135
commit 628a6cebf7
4 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@ xbps_autoremove_pkgs(bool yes, bool purge)
* as dependency and any installed package does not depend
* on it currently.
*/
orphans = xbps_find_orphan_packages();
orphans = xbps_find_pkg_orphans();
if (orphans == NULL)
return errno;