diff options
author | jbj <devnull@localhost> | 2002-05-02 22:16:30 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-02 22:16:30 +0000 |
commit | 2b83d36c089f9e27e43e776d08e79d58ec2e6ba8 (patch) | |
tree | dff82d3f9e297e604e24fccdb11ee3d61f8687a2 /lib/rpmfi.h | |
parent | cf2484ce1f2225e01b61dabb18a4d54e8fd6e375 (diff) | |
download | librpm-tizen-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.tar.gz librpm-tizen-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.tar.bz2 librpm-tizen-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.zip |
- eliminate db1 support.
- fix: rpmdb iterator memory leak in python bindings.
- fix: include <sys/time.h> for 6.2 python modules.
- remove vestiges of mipseb arch (#62408).
CVS patchset: 5414
CVS date: 2002/05/02 22:16:30
Diffstat (limited to 'lib/rpmfi.h')
-rw-r--r-- | lib/rpmfi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmfi.h b/lib/rpmfi.h index 0be2b3fc7..b0217ed7b 100644 --- a/lib/rpmfi.h +++ b/lib/rpmfi.h @@ -101,7 +101,7 @@ struct TFI_s { /*@unused@*/ int_32 * odil; /*!< Original dirindex(s) (from header) */ -/*@only@*/ /*@null@*/ +/*@only@*/ unsigned char * md5s; /*!< File md5 sums in binary. */ /*@only@*/ /*@null@*/ |