Make rpmfiFSize() return rpm_loff_t type, fixup callers
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 12 Jun 2008 13:41:31 +0000 (16:41 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 12 Jun 2008 13:41:31 +0000 (16:41 +0300)
commit7dc709b51751c065ff9df8098a13f04a7c6fea52
treec6362083b6aec105e51ee7cdc2e0c70be24dbbc6
parentec378955f15325db5cfa826746ca9ff60c011bfb
Make rpmfiFSize() return rpm_loff_t type, fixup callers
- Internally file sizes are still stored as 32bit, going to 64bit wouldn't
  make much sense (would only waste memory for nothing) as long as we're
  bound by cpio's 32bit per-file limit. Being "64bit ready" for filesizes
  doesn't hurt anything though...
lib/query.c
lib/rpmfi.c
lib/rpmfi.h
lib/transaction.c
python/rpmfi-py.c