diff options
author | jbj <devnull@localhost> | 2001-12-20 16:28:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-12-20 16:28:46 +0000 |
commit | a3b362c466a12488fffe2f6dd4fffb728da2b0c0 (patch) | |
tree | 87466d8fedd5bdcfb95c48297223b6e44c5e8df1 /lib/psm.h | |
parent | 7940b1b4a5eb6a0371651904095e9c6b06206de1 (diff) | |
download | rpm-a3b362c466a12488fffe2f6dd4fffb728da2b0c0.tar.gz rpm-a3b362c466a12488fffe2f6dd4fffb728da2b0c0.tar.bz2 rpm-a3b362c466a12488fffe2f6dd4fffb728da2b0c0.zip |
- solaris: translate i86pc to i386 (#57182).
- fix: %GNUconfigure breaks with single quotes (#57264).
- fix: typo in find-requires.
- tru64 compiler message cleanup.
- add buildarch lines for hppa (#57728).
CVS patchset: 5228
CVS date: 2001/12/20 16:28:46
Diffstat (limited to 'lib/psm.h')
-rw-r--r-- | lib/psm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ typedef enum pkgStage_e { PSM_RPMDB_LOAD = 97, PSM_RPMDB_ADD = 98, - PSM_RPMDB_REMOVE = 99, + PSM_RPMDB_REMOVE = 99 } pkgStage; #undef _fv |