From 8e67a40eca1bf1d3f72704e99b74c20dcfb77d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Tue, 14 Oct 2008 08:51:44 +0000 Subject: use rpmuint64_t rather than long long, we know that it should stay compatible:) --- URPM.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1