Make rpmps generic number field 64bit, rename getter method
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 11 Jun 2008 07:31:14 +0000 (10:31 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 11 Jun 2008 07:31:14 +0000 (10:31 +0300)
commit1ae76f69df0eacf8f7fc7aab6b920010a5dde25f
treea3b4fbe861d5eef61c55c2745a0be91e52865e2e
parent55d3bbd4b87ea7eec48cfa573bdac9001a8cc4da
Make rpmps generic number field 64bit, rename getter method
- rename the parameters + internal use to more generic "number"
- rename ugly and dumb rpmProblemGetLong() to rpmProblemGetDiskNeed()
  and return rpm_loff_t
- the number field is used for some other purposes too (whether dep problem
  is for installed package), work around this for now by just defining
  rpmProblemGetDiskNeed() result value as undefined on non-disk related
  problems ;)
lib/rpmps.c
lib/rpmps.h
python/rpmts-py.c