diff --git a/src/node_device/node_device_driver.h b/src/node_device/node_device_driver.h index 4721be4454242fec1201c2ba2d84d27cea0514c5..e583c2bc68603cc0d2fab19c0ba36844fdc54b12 100644 --- a/src/node_device/node_device_driver.h +++ b/src/node_device/node_device_driver.h @@ -78,8 +78,8 @@ int read_wwn_linux(int host, const char *file, char **wwn); # else /* __linux__ */ -# define check_fc_host(d) -# define check_vport_capable(d) +# define check_fc_host(d) (-1) +# define check_vport_capable(d) (-1) # define get_physical_function(sysfs_path, d) # define get_virtual_functions(sysfs_path, d) # define read_wwn(host, file, wwn)