diff options
author | jbj <devnull@localhost> | 2002-04-13 01:28:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-13 01:28:20 +0000 |
commit | 46bbc20b324f456a9ff104f5e7300215950fb6c9 (patch) | |
tree | 868c53f9c61a2bf79ebf3a4928fb952628c72a91 /rpmqv.c | |
parent | 8edea74bb45267034d2e4eb3e39e2883824e03ce (diff) | |
download | librpm-tizen-46bbc20b324f456a9ff104f5e7300215950fb6c9.tar.gz librpm-tizen-46bbc20b324f456a9ff104f5e7300215950fb6c9.tar.bz2 librpm-tizen-46bbc20b324f456a9ff104f5e7300215950fb6c9.zip |
- use rpmdb-redhat to suggest dependency resolution(s).
CVS patchset: 5401
CVS date: 2002/04/13 01:28:20
Diffstat (limited to 'rpmqv.c')
-rwxr-xr-x | rpmqv.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -278,10 +278,10 @@ static void printUsage(void) } /*@-mods@*/ /* FIX: shrug */ -#if defined(__GLIBC__) || defined(__LCLINT__) -int main(int argc, const char ** argv) -#else +#if !defined(__GLIBC__) && !defined(__LCLINT__) int main(int argc, const char ** argv, /*@unused@*/ char ** envp) +#else +int main(int argc, const char ** argv) #endif /*@globals __assert_program_name, rpmEVR, RPMVERSION, rpmGlobalMacroContext, rpmCLIMacroContext, |