From ee2b26644174e1ae93ac979050e7acccc369ae88 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 4 Jul 2008 09:11:20 +0300 Subject: [PATCH] Couple of type corrections - use rpmTag, rpmsenseFlags instead of int32_t --- build/rpmfc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/rpmfc.c b/build/rpmfc.c index 6c66a8d..3cc2d6d 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -353,8 +353,8 @@ static int rpmfcHelper(rpmfc fc, unsigned char deptype, const char * nsdep) rpmds * depsp, ds; const char * N; const char * EVR; - rpmsenseFlags Flags; - int32_t dsContext, tagN; + rpmsenseFlags Flags, dsContext; + rpmTag tagN; ARGV_t pav; const char * s; int pac; @@ -823,7 +823,7 @@ static int rpmfcELF(rpmfc fc) char * soname = NULL; rpmds * depsp, ds; rpmTag tagN; - int32_t dsContext; + rpmsenseFlags dsContext; int xx; int isElf64; int isDSO; -- 2.7.4