[libvirt] [PATCH 11/15] util: Handle lack of (f)chmod and (f)chown on Windows

Matthias Bolte matthias.bolte at googlemail.com
Tue Mar 23 01:29:40 UTC 2010


2010/3/22 Daniel P. Berrange <berrange at redhat.com>:
> On Mon, Mar 22, 2010 at 02:25:41AM +0100, Matthias Bolte wrote:
>> Even if gnulib can provide stubs, it won't help that much. So just
>> replace affected util functions (virFileOperation and virDirCreate)
>> with stubs on Windows. Both functions aren't used on libvirt's
>> client side, so this is fine for MinGW builds.
>> ---
>>  src/util/util.c |   37 +++++++++++++++++++++++++------------
>>  1 files changed, 25 insertions(+), 12 deletions(-)
>
> ACK
>
> Daniel
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list