mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 18:33:04 +00:00
19 lines
750 B
Diff
19 lines
750 B
Diff
--- rpm-5.4.9/rpmio/rpmgit.c.nogit~ 2012-05-18 04:24:18.632112853 +0200
|
|
+++ rpm-5.4.9/rpmio/rpmgit.c 2012-05-18 04:24:20.724125051 +0200
|
|
@@ -142,8 +142,6 @@ static const char * fmtREFflags(uint32_t
|
|
}
|
|
#define _REFFLAGS(_refflags) fmtREFflags(_refflags)
|
|
|
|
-#endif /* defined(WITH_LIBGT2) */
|
|
-
|
|
/*==============================================================*/
|
|
|
|
static int Xchkgit(/*@unused@*/ rpmgit git, const char * msg,
|
|
@@ -164,7 +162,6 @@ static int Xchkgit(/*@unused@*/ rpmgit g
|
|
#define chkgit(_git, _msg, _error) \
|
|
Xchkgit(_git, _msg, _error, _rpmgit_debug, __FUNCTION__, __FILE__, __LINE__)
|
|
|
|
-#if defined(WITH_LIBGIT2)
|
|
void rpmgitPrintOid(const char * msg, const void * _oidp, void * _fp)
|
|
{
|
|
FILE * fp = (_fp ? _fp : stderr);
|