• R
    Fix build on non-Linux platforms · b5f57be2
    Roman Bogorodskiy 提交于
    Commit ef48a1b6 introduced virFindSCSIHostByPCI for Linux and
    a stub for other platforms that returns -1 while the function
    should return 'char *', so use 'return NULL' instead.
    
    Commit fbd91d49 introduced virReadSCSIUniqueId with the third
    argument 'int *result', however the stub for non-Linux patform
    uses 'unsigned int *result', so change it to 'int *result'.
    
    Pushed under the build breaker rule.
    b5f57be2
virutil.c 60.1 KB