[libvirt] [PATCH] Include GNULIB mkdtemp module

Daniel P. Berrange berrange at redhat.com
Fri May 17 13:29:06 UTC 2013


From: "Daniel P. Berrange" <berrange at redhat.com>

The mkdtemp function is missing on mingw platforms. It is
used in various Linux specific places in libvirt, but
recently became used in fdstreamtest.c which is cross
platform. Thus the GNULIB mkdtemp module should be used
to proide mkdtemp.

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 bootstrap.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bootstrap.conf b/bootstrap.conf
index 6e03757..616eee1 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -73,6 +73,7 @@ maintainer-makefile
 manywarnings
 mkostemp
 mkostemps
+mkdtemp
 mktempd
 net_if
 netdb
-- 
1.8.1.4




More information about the libvir-list mailing list