From da3c471467e44ca469c0e5db8565ef8ffc0f2a33 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 31 Mar 2011 16:00:20 -0600 Subject: virsh: fix mingw failure on creating nonblocking pipe * .gnulib: Update to latest, for nonblocking module. * bootstrap.conf (gnulib_modules): Add nonblocking. * src/util/util.c (virSetBlocking): Defer to gnulib. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.conf') diff --git a/bootstrap.conf b/bootstrap.conf index 733c3541c..ca0c3de1b 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -49,6 +49,7 @@ mkstemp mkstemps mktempd netdb +nonblocking perror physmem pipe-posix -- cgit v1.2.3-65-gdbad