summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-04-13 01:28:20 +0000
committerjbj <devnull@localhost>2002-04-13 01:28:20 +0000
commit46bbc20b324f456a9ff104f5e7300215950fb6c9 (patch)
tree868c53f9c61a2bf79ebf3a4928fb952628c72a91 /rpmqv.c
parent8edea74bb45267034d2e4eb3e39e2883824e03ce (diff)
downloadlibrpm-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-xrpmqv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpmqv.c b/rpmqv.c
index 66967a51f..3a2e516c8 100755
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -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,