Use rpm_count_t everywhere for header data count
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 13 Dec 2007 16:16:39 +0000 (18:16 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 13 Dec 2007 16:16:39 +0000 (18:16 +0200)
commitcbd7a684a4cd88bfa3383658790be3c37230707a
tree61c4cbe890438131ad44949fa92f1642508e48a5
parentc8f2927227471758abbdb36781d885b01798f0f8
Use rpm_count_t everywhere for header data count
- typedef'ed as uint32_t as that's the key size limit imposed by BDB,
  relevant for RPM_BIN_TYPE
- easy to change to whatever later on as it's now consistent everywhere
- explicit casts where needed to avoid new warnings from signedness
15 files changed:
build/files.c
build/parsePreamble.c
build/parseScript.c
build/rpmfc.c
lib/formats.c
lib/legacy.c
lib/package.c
lib/psm.c
lib/rpmfi.c
lib/rpmfi.h
lib/rpmts.c
lib/rpmts.h
lib/signature.c
rpmdb/header.c
rpmdb/header.h