• E
    util: fix build on RHEL 6 · 04419847
    Eric Blake 提交于
    We keep forgetting that older setups don't like 'index':
    
      CC     util/libvirt_util_la-virsysinfo.lo
    cc1: warnings being treated as errors
    util/virstoragefile.c: In function 'virStorageSourceFindByNodeName':
    util/virstoragefile.c:3804: error: declaration of 'index' shadows a global declaration [-Wshadow]
    /usr/include/string.h:489: error: shadowed declaration is here [-Wshadow]
    Signed-off-by: NEric Blake <eblake@redhat.com>
    04419847
virstoragefile.c 104.8 KB