From 165c76acd0a910bfa4fce7c20c56605e643f3b29 Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Sun, 19 Feb 2017 15:47:27 +0100 Subject: [PATCH] util: virvhba: fix typo that breaks build on non-linux systems Signed-off-by: Pavel Hrdina --- src/util/virvhba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virvhba.c b/src/util/virvhba.c index 3a052f7b2e..203ba43a3d 100644 --- a/src/util/virvhba.c +++ b/src/util/virvhba.c @@ -476,7 +476,7 @@ virVHBAPathExists(const char *sysfs_prefix ATTRIBUTE_UNUSED, bool -virVHBAVportIsCapable(const char *sysfs_prefix ATTRIBUTE_UNUSED, +virVHBAIsVportCapable(const char *sysfs_prefix ATTRIBUTE_UNUSED, int host ATTRIBUTE_UNUSED) { virReportSystemError(ENOSYS, "%s", _("Not supported on this platform"));