Roman Bogorodskiy b5f57be2a2 Fix build on non-Linux platforms
Commit ef48a1b 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 fbd91d4 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.
2014-07-21 21:26:00 +04:00
..
2014-07-16 06:48:53 -06:00
2014-06-06 14:35:19 +02:00
2014-06-06 14:35:19 +02:00
2014-07-03 10:41:15 +02:00
2014-07-03 10:41:15 +02:00
2014-05-06 11:22:13 -04:00
2014-07-01 16:32:29 +02:00
2014-07-01 16:32:29 +02:00
2014-04-07 06:14:45 -06:00
2014-04-07 06:14:45 -06:00
2014-04-08 11:15:55 +01:00
2013-12-24 17:36:47 +01:00
2013-12-24 17:36:47 +01:00
2014-04-07 06:14:45 -06:00
2014-04-07 06:14:45 -06:00
2014-03-04 12:24:13 +00:00
2014-07-15 22:00:59 +04:00
2014-07-03 10:48:14 +02:00
2014-07-03 10:41:15 +02:00
2014-03-04 12:24:13 +00:00
2014-07-21 21:26:00 +04:00