diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-04 16:33:47 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-04 16:33:47 +0200 |
commit | ef22a17b783f82cfba4cf1ef1a767675a1070026 (patch) | |
tree | bf37c0defaa8bc91ca183fcba2a657d9fe107c49 /tools/rpmsort.c | |
parent | 513b1bb590b310ed427e9cfca7f8e179a9c4a756 (diff) | |
download | rpm-ef22a17b783f82cfba4cf1ef1a767675a1070026.tar.gz rpm-ef22a17b783f82cfba4cf1ef1a767675a1070026.tar.bz2 rpm-ef22a17b783f82cfba4cf1ef1a767675a1070026.zip |
Minor warning fixes.
Diffstat (limited to 'tools/rpmsort.c')
-rw-r--r-- | tools/rpmsort.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/rpmsort.c b/tools/rpmsort.c index 6ad072ce7..9824e18fc 100644 --- a/tools/rpmsort.c +++ b/tools/rpmsort.c @@ -17,11 +17,13 @@ const char *__progname; static int _depends_debug; static int noAvailable = 1; +#ifdef DYING static const char * avdbpath = "/usr/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/redhat"; +#endif static int noDeps = 0; -static inline /*@observer@*/ const char * const identifyDepend(int_32 f) +static inline /*@observer@*/ const char * identifyDepend(int_32 f) /*@*/ { if (isLegacyPreReq(f)) |