summaryrefslogtreecommitdiff
path: root/lib/depends.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-11-11 16:17:57 +0000
committerjbj <devnull@localhost>2001-11-11 16:17:57 +0000
commitac9f0fea036a08c071d28d2056fc9646ec7e679c (patch)
treec96494f5d19ff07214aee80e8d3fc6a23b47b27a /lib/depends.c
parentb97f1cf32b47de9019f93e229207f1619b93fd49 (diff)
downloadlibrpm-tizen-ac9f0fea036a08c071d28d2056fc9646ec7e679c.tar.gz
librpm-tizen-ac9f0fea036a08c071d28d2056fc9646ec7e679c.tar.bz2
librpm-tizen-ac9f0fea036a08c071d28d2056fc9646ec7e679c.zip
- factor per-transactionElement data out of TFI_t through pointer ref.
CVS patchset: 5174 CVS date: 2001/11/11 16:17:57
Diffstat (limited to 'lib/depends.c')
-rw-r--r--lib/depends.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/depends.c b/lib/depends.c
index aa588c605..7025e8699 100644
--- a/lib/depends.c
+++ b/lib/depends.c
@@ -222,9 +222,9 @@ static void addTE(transactionElement p, Header h,
p->conflicts = dsNew(h, RPMTAG_CONFLICTNAME, scareMem);
p->obsoletes = dsNew(h, RPMTAG_OBSOLETENAME, scareMem);
- /*@-assignexpose -ownedtrans @*/
+ /*@-assignexpose -temptrans @*/
p->key = key;
- /*@=assignexpose =ownedtrans @*/
+ /*@=assignexpose =temptrans @*/
/*@-type@*/ /* FIX: cast? */
p->fd = (fd != NULL ? fdLink(fd, "addTE") : NULL);