1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00

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
This commit is contained in:
Daniel Veillard 2012-11-02 19:23:13 +08:00
parent 30b398d5ef
commit bd0cb27cf6

View File

@ -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",