mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
virDevMapperGetTargets: Fix non-linux implementation
s/GSlist/GSList/ Fixes: 6c49c2ee9fcb88de02cdc333f666a8e95d60a3b0 Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
7bfb102ce4
commit
675c222a58
@ -342,7 +342,7 @@ virIsDevMapperDevice(const char *dev_name)
|
||||
|
||||
int
|
||||
virDevMapperGetTargets(const char *path G_GNUC_UNUSED,
|
||||
GSlist **devPaths G_GNUC_UNUSED)
|
||||
GSList **devPaths G_GNUC_UNUSED)
|
||||
{
|
||||
errno = ENOSYS;
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user