diff options
author | jbj <devnull@localhost> | 2002-08-19 22:27:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-08-19 22:27:44 +0000 |
commit | ae8428475cbfde3af746d51a056e0655fe6269d8 (patch) | |
tree | 6d173ac13fbc11799ea49d3dd70d5b8ee452283a /lib/rpmcli.h | |
parent | 105f7a517cd13b7c40b359548a9c75cbd00ed9c4 (diff) | |
download | rpm-ae8428475cbfde3af746d51a056e0655fe6269d8.tar.gz rpm-ae8428475cbfde3af746d51a056e0655fe6269d8.tar.bz2 rpm-ae8428475cbfde3af746d51a056e0655fe6269d8.zip |
- add --with-efence to configure, check install/upgrade with efence.
- beecrypt: short hex string conversion overflows target buffer.
- mark "successors only" packages in transaction.
- reap scriptlets with SIGCHLD handler.
- rename PSM_t to rpmpsm, add methods and refcounts to manage.
- remove %%configure/%%makeinstall from arch-os/macros, default is OK.
- don't export MALLOC_CHECK_ to scriptlets.
- squeaky clean memory leak checking.
- always malloc rpmfi structure, refcounts are correct in rpmtsRun().
- skip redundant /sbin/ldconfig scripts on upgrade (if possible).
CVS patchset: 5645
CVS date: 2002/08/19 22:27:44
Diffstat (limited to 'lib/rpmcli.h')
-rw-r--r-- | lib/rpmcli.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmcli.h b/lib/rpmcli.h index 4cd85052c..b66ff41fd 100644 --- a/lib/rpmcli.h +++ b/lib/rpmcli.h @@ -337,8 +337,8 @@ int rpmQueryVerify(QVA_t qva, rpmts ts, const char * arg) * @return 0 always */ int showQueryPackage(QVA_t qva, rpmts ts, Header h) - /*@globals internalState @*/ - /*@modifies ts, h, internalState @*/; + /*@globals fileSystem, internalState @*/ + /*@modifies ts, h, fileSystem, internalState @*/; /** \ingroup rpmcli * Display package information. |