From: Michael Schroeder Date: Mon, 31 Mar 2025 14:21:20 +0000 (+0200) Subject: SEARCH_THISSOLVID is in use by libzypp X-Git-Tag: 0.7.32~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb169fc5933bedfe842375cb83608d7776d15767;p=thirdparty%2Flibsolv.git SEARCH_THISSOLVID is in use by libzypp --- diff --git a/src/dataiterator.h b/src/dataiterator.h index f45abb6a..efa76b7e 100644 --- a/src/dataiterator.h +++ b/src/dataiterator.h @@ -63,9 +63,10 @@ typedef struct s_KeyValue { /* internal */ #ifdef LIBSOLV_INTERNAL #define SEARCH_SUBSCHEMA (1<<30) -#define SEARCH_THISSOLVID (1<<31) #endif +#define SEARCH_THISSOLVID (1<<31) + /* obsolete */ #define SEARCH_COMPLETE_FILELIST 0 /* ignored, this is the default */