Remove usages of alpm_list_next() in backend
commit5d291d050ebd714851c6bd85efd49a03d88414f0
authorDan McGee <dan@archlinux.org>
Thu, 18 Aug 2011 05:28:53 +0000 (18 00:28 -0500)
committerDan McGee <dan@archlinux.org>
Thu, 18 Aug 2011 15:47:41 +0000 (18 10:47 -0500)
treebf8acfd686e0040b22da93aa61c22548cff07ef5
parentc4bd476ad13e142fe8323fe74d84b3950b53da17
Remove usages of alpm_list_next() in backend

Another function call that can be replaced by a single pointer
dereference.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/deps.c
lib/libalpm/diskspace.c
lib/libalpm/package.c
lib/libalpm/util.c