]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Disable virCommandExec on Win32
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 12 May 2011 09:33:31 +0000 (10:33 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 16 May 2011 14:20:48 +0000 (15:20 +0100)
commit91e5c3dc7cdde26cced0cdf62880c19137750ecc
treed7430795bfbe9b1c44e6948204df6ed9ce3fe237
parent7bf733584ac7f7a796e51036be2846156f6efbbb
Disable virCommandExec on Win32

Mingw execve() has a broken signature. Disable this
function until gnulib fixes the signature, since we
don't really need this on Win32 anyway.

* src/util/command.c: Disable virCommandExec on Win32
src/util/command.c