diff options
author | jbj <devnull@localhost> | 2001-11-03 02:34:15 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-03 02:34:15 +0000 |
commit | 358848088d23d8c1389ed75f3cf9a8804c6baa43 (patch) | |
tree | 35afe4de5a012e746b6d24176bef0b72e996d666 /lib/rpmchecksig.c | |
parent | 95555cf3d4c02f8649a271d0c1f6699f56c9c9f5 (diff) | |
download | librpm-tizen-358848088d23d8c1389ed75f3cf9a8804c6baa43.tar.gz librpm-tizen-358848088d23d8c1389ed75f3cf9a8804c6baa43.tar.bz2 librpm-tizen-358848088d23d8c1389ed75f3cf9a8804c6baa43.zip |
- depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch].
CVS patchset: 5152
CVS date: 2001/11/03 02:34:15
Diffstat (limited to 'lib/rpmchecksig.c')
-rw-r--r-- | lib/rpmchecksig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmchecksig.c b/lib/rpmchecksig.c index 21c97a3d9..a71abef03 100644 --- a/lib/rpmchecksig.c +++ b/lib/rpmchecksig.c @@ -269,7 +269,7 @@ exit: static int rpmImportPubkey(rpmTransactionSet ts, /*@unused@*/ QVA_t qva, /*@null@*/ const char ** argv) - /*@globals fileSystem, internalState @*/ + /*@globals RPMVERSION, fileSystem, internalState @*/ /*@modifies fileSystem, internalState @*/ { const char * fn; |