• E
    build: fix recent build failures · be427e8b
    Eric Blake 提交于
    With gcc 4.5.1:
    
    util/virpidfile.c: In function 'virPidFileAcquirePath':
    util/virpidfile.c:308:66: error: nested extern declaration of '_gl_verify_function2' [-Wnested-externs]
    
    Then in tests/commandtest.c, the new virPidFile APIs need to be used.
    
    * src/util/virpidfile.c (virPidFileAcquirePath): Move verify to
    top level.
    * tests/commandtest.c: Use new pid APIs.
    be427e8b
commandtest.c 18.8 KB