• L
    util: move virFile* functions from virutil.c to virfile.c · bfe7721d
    Laine Stump 提交于
    These all existed before virfile.c was created, and for some reason
    weren't moved.
    
    This is mostly straightfoward, although the syntax rule prohibiting
    write() had to be changed to have an exception for virfile.c instead
    of virutil.c.
    
    This movement pointed out that there is a function called
    virBuildPath(), and another almost identical function called
    virFileBuildPath(). They really should be a single function, which
    I'll take care of as soon as I figure out what the arglist should look
    like.
    bfe7721d
viriptables.c 30.4 KB