From 380b21d69e86fc34f9785369043b3933ec0df645 Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 7 Feb 2002 16:55:01 +0000 Subject: Sync with rpm-4.0.4. CVS patchset: 5303 CVS date: 2002/02/07 16:55:01 --- lib/misc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/misc.c') diff --git a/lib/misc.c b/lib/misc.c index ad61d1b0b..cc0832e99 100644 --- a/lib/misc.c +++ b/lib/misc.c @@ -7,6 +7,9 @@ /*@unchecked@*/ static int _debug = 0; +/* just to put a marker in librpm.a */ +const char * RPMVERSION = VERSION; + #include "rpmio_internal.h" #include #include /* XXX for rpmGetPath */ @@ -18,9 +21,6 @@ static int _debug = 0; /*@access Header@*/ /* XXX compared with NULL */ /*@access FD_t@*/ /* XXX compared with NULL */ -/* just to put a marker in librpm.a */ -const char * RPMVERSION = VERSION; - char ** splitString(const char * str, int length, char sep) { const char * source; -- cgit v1.2.3