[libvirt] [PATCH] virutil: Fix compilation on non-linux platforms

Michal Privoznik mprivozn at redhat.com
Thu Mar 28 12:24:15 UTC 2013


There has been a typo in virIsCapbleVport function name.
---

Pushed under build breaker rule.

 src/util/virutil.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/virutil.c b/src/util/virutil.c
index d5f122f..87a97c9 100644
--- a/src/util/virutil.c
+++ b/src/util/virutil.c
@@ -3590,8 +3590,8 @@ virIsCapableFCHost(const char *sysfs_prefix ATTRIBUTE_UNUSED,
 }
 
 int
-virIsCapbleVport(const char *sysfs_prefix ATTRIBUTE_UNUSED,
-                 int host ATTRIBUTE_UNUSED)
+virIsCapableVport(const char *sysfs_prefix ATTRIBUTE_UNUSED,
+                  int host ATTRIBUTE_UNUSED)
 {
     virReportSystemError(ENOSYS, "%s", _("Not supported on this platform"));
     return -1;
-- 
1.8.1.5




More information about the libvir-list mailing list