mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
parent
30b398d5ef
commit
bd0cb27cf6
@ -58,11 +58,6 @@
|
|||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
#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_DECL(virLogSource)
|
||||||
VIR_ENUM_IMPL(virLogSource, VIR_LOG_FROM_LAST,
|
VIR_ENUM_IMPL(virLogSource, VIR_LOG_FROM_LAST,
|
||||||
"file",
|
"file",
|
||||||
|
Loading…
Reference in New Issue
Block a user