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

2010-03-22 Thread Matthias Bolte
2010/3/22 Daniel P. Berrange : > 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 libvi

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

2010-03-22 Thread Daniel P. Berrange
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

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

2010-03-21 Thread Matthias Bolte
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 +-