• M
    util: Handle lack of (f)chmod and (f)chown on Windows · e77ee323
    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.
    e77ee323
util.c 67.7 KB