mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-29 15:54:48 -05:00
util: Fix the conflict type for virIsCapableFCHost
--- Pushed under build-breaker rule.
This commit is contained in:
+2
-1
@@ -3582,7 +3582,8 @@ virReadFCHost(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
}
|
||||
|
||||
int
|
||||
virIsCapableFCHost(int host ATTRIBUTE_UNUSED)
|
||||
virIsCapableFCHost(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
int host ATTRIBUTE_UNUSED)
|
||||
{
|
||||
virReportSystemError(ENOSYS, "%s", _("Not supported on this platform"));
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user