aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 659aad2..08cfca1 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1326,7 +1326,7 @@ ts_nosignature(rpmts ts) {
}
#if RPM_VERSION_CODE >= RPM_VERSION(5,2,0)
-typedef unsigned long long rpmCallbackSize_t;
+typedef rpmuint64_t rpmCallbackSize_t;
#elif RPM_VERSION_CODE >= RPM_VERSION(4,4,5)
typedef uint64_t rpmCallbackSize_t;
#else