From bd0cb27cf6ceea4a388da99f0b7d8b0821446f93 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 2 Nov 2012 19:23:13 +0800 Subject: [PATCH] Remove a chunk which should not have been pushed as part of 1.0.0 I didn't noticed that that small old patch was still applied locally --- src/util/logging.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/util/logging.c b/src/util/logging.c index 27bd74c7b8..dd4384276e 100644 --- a/src/util/logging.c +++ b/src/util/logging.c @@ -58,11 +58,6 @@ #define VIR_FROM_THIS VIR_FROM_NONE -#ifdef __UCLIBC__ -/* uclibc does not implement mkostemp GNU extention */ -# define mkostemp(x,y) mkstemp(x) -#endif - VIR_ENUM_DECL(virLogSource) VIR_ENUM_IMPL(virLogSource, VIR_LOG_FROM_LAST, "file", -- 2.39.5