diff options
author | Nagy Gabor <ngaba@petra.hos.u-szeged.hu> | 2007-07-13 23:03:23 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-15 16:37:38 +0200 |
commit | c2920033d078768db08c338f4908033503abfc08 (patch) | |
tree | ea023d55227977f317b5baac9287d32d5d10f515 /lib/libalpm/deps.h | |
parent | 66b09410b4da950d4be95128333128fdb2658b3c (diff) | |
download | pacman-c2920033d078768db08c338f4908033503abfc08.tar.gz pacman-c2920033d078768db08c338f4908033503abfc08.tar.xz |
libalpm/deps.c : cleanup + little fix for resolvedeps.
The resolvedeps function was a bit negligent, as showed by the sync011 pactest.
Reference :
http://www.archlinux.org/pipermail/pacman-dev/2007-July/008782.html
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'lib/libalpm/deps.h')
-rw-r--r-- | lib/libalpm/deps.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libalpm/deps.h b/lib/libalpm/deps.h index f11a19a0..59b26307 100644 --- a/lib/libalpm/deps.h +++ b/lib/libalpm/deps.h @@ -60,8 +60,7 @@ alpm_list_t *_alpm_checkdeps(pmdb_t *db, pmtranstype_t op, alpm_list_t *packages); void _alpm_recursedeps(pmdb_t *db, alpm_list_t **targs, int include_explicit); int _alpm_resolvedeps(pmdb_t *local, alpm_list_t *dbs_sync, pmpkg_t *syncpkg, - alpm_list_t *list, alpm_list_t *trail, pmtrans_t *trans, - alpm_list_t **data); + alpm_list_t **list, pmtrans_t *trans, alpm_list_t **data); #endif /* _ALPM_DEPS_H */ |