[libvirt] [libvirt-go PATCH] build: Fix the go build caused by a missing commentary end sequence

Erik Skultety eskultet at redhat.com
Thu Nov 15 07:28:57 UTC 2018


Commit 20ab0c4d added a new constant to reflect recent libvirt upstream
changes. However, it also introduced a tiny typo which caused the build
to fail.

Signed-off-by: Erik Skultety <eskultet at redhat.com>
---
Pushed both under trivial and build-breaker rules.

 domain_compat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/domain_compat.h b/domain_compat.h
index 5069ea2..371bcc4 100644
--- a/domain_compat.h
+++ b/domain_compat.h
@@ -911,7 +911,7 @@ struct _virDomainInterface {
 #define VIR_DOMAIN_MEMORY_STAT_DISK_CACHES 10
 #endif

-/* 4.10.0
+/* 4.10.0 */

 #ifndef VIR_DOMAIN_SHUTOFF_DAEMON
 #define VIR_DOMAIN_SHUTOFF_DAEMON 8
--
2.19.1




More information about the libvir-list mailing list