]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove a chunk which should not have been pushed as part of 1.0.0
authorDaniel Veillard <veillard@redhat.com>
Fri, 2 Nov 2012 11:23:13 +0000 (19:23 +0800)
committerDaniel Veillard <veillard@redhat.com>
Fri, 2 Nov 2012 11:23:13 +0000 (19:23 +0800)
I didn't noticed that that small old patch was still applied locally

src/util/logging.c

index 27bd74c7b8e803bf3f743452d49629619114414b..dd4384276ef1cec65b4fccd0f5769e4cccd7fbea 100644 (file)
 
 #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",