• L
    Change virDirCreate to return -errno on failure. · 3e0f05fc
    Laine Stump 提交于
    virDirCreate also previously returned 0 on success and errno on
    failure. This makes it fit the recommended convention of returning 0
    on success, -errno (ie a negative number) on failure.
    3e0f05fc
util.c 72.8 KB