]> git.saurik.com Git - apt.git/commit - test/integration/test-apt-cache
pkgcache: Make hash arch-independent using fixed size integer
authorJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 15:15:36 +0000 (16:15 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 15:16:56 +0000 (16:16 +0100)
commit6755060951828412e19e58afe5361f9ad06e5deb
treefd9ea43f3e31390a6b8217e2929aa5b9850bf782
parentd94233d865fd3e418ec4d9100741a1c4ba628533
pkgcache: Make hash arch-independent using fixed size integer

This helps writing test cases. Also adapt the test case that
expected 64-bit.

Nothing changes performance wise, the distribution of the hash
values remains intact.
apt-pkg/pkgcache.cc
test/integration/test-apt-cache