From: Daniel Veillard Date: Fri, 2 Nov 2012 11:23:13 +0000 (+0800) Subject: Remove a chunk which should not have been pushed as part of 1.0.0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bd0cb27cf6ceea4a388da99f0b7d8b0821446f93;p=libvirt.git 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 --- 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",