aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2008-01-17 10:18:06 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2008-01-17 10:18:06 +0000
commit320531a076b8317df01ad6e93fc8f93ae334a0b5 (patch)
tree8a640b46f1bda8b78f2f3893993add69f41c5fd9
parent922a2f8c1cd90f6cc430857afca75c076645fb9f (diff)
downloadperl-URPM-320531a076b8317df01ad6e93fc8f93ae334a0b5.tar
perl-URPM-320531a076b8317df01ad6e93fc8f93ae334a0b5.tar.gz
perl-URPM-320531a076b8317df01ad6e93fc8f93ae334a0b5.tar.bz2
perl-URPM-320531a076b8317df01ad6e93fc8f93ae334a0b5.tar.xz
perl-URPM-320531a076b8317df01ad6e93fc8f93ae334a0b5.zip
correct define for int_32 (rpm5)
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 8da8d36..7093591 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -60,7 +60,7 @@ typedef struct rpmSpec_s * Spec;
# define _RPMTAG_INTERNAL
#include <rpm/rpmtag.h>
/* (peroyvind): A bit ugly, work in progress.. */
-#define int_32 evrFlags
+#define int_32 uint32_t
#define uint_16 uint16_t
#define RPM_NULL_TYPE 0
#define RPM_CHAR_TYPE RPM_UINT8_TYPE