On 8/17/07, Dan McGee <dan@archlinux.org> wrote:
Hello,
This is an automated email from the git hooks/update script, it was generated because a ref change was pushed to the repository.
commit a65ad4efc1102449a087b464d3b8d4670a614b99 Author: Dan McGee <dan@archlinux.org> Date: Tue Aug 14 10:14:35 2007 -0400
package.h: implement origin_data union in pmpkg_t struct
We were using a void *data element in pmpkg_t before, which is unsafe by its nature of being untyped. Reimplement data as origin_data being a union that can hold either a path to a package file or a pointer to a cache database, and make the other necesary updates in the code to reflect this. See package.h for details.
Signed-off-by: Dan McGee <dan@archlinux.org>
Aaron, I finally took care of this one for you. :) -Dan