• P
    util: Avoid shadow of 'ulong' in virMemoryMaxValue · a5c2d198
    Peter Krempa 提交于
    Old compilers whine:
    src/util/virutil.c: In function 'virMemoryMaxValue':
    src/util/virutil.c:2612: error: declaration of 'ulong' shadows a global declaration [-Wshadow]
    /usr/include/sys/types.h:151: error: shadowed declaration is here [-Wshadow]
    
    s/ulong/capped/ to work around the problem
    a5c2d198
virutil.c 66.4 KB