mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
Fix build on non-Linux targets
This commit is contained in:
parent
7c4ce7eb03
commit
c4a6bc4977
@ -1,3 +1,8 @@
|
||||
Mon Jun 15 18:15:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
Fix build on non-Linux targets
|
||||
* src/nodeinfo.c: s/nodeError/nodeReportError/
|
||||
|
||||
Mon Jun 15 15:58:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
Fix build from tar.gz
|
||||
|
@ -170,8 +170,8 @@ int nodeGetInfo(virConnectPtr conn,
|
||||
}
|
||||
#else
|
||||
/* XXX Solaris will need an impl later if they port QEMU driver */
|
||||
nodeError(conn, VIR_ERR_NO_SUPPORT, "%s"
|
||||
_("node info not implemented on this platform"));
|
||||
nodeReportError(conn, VIR_ERR_NO_SUPPORT, "%s",
|
||||
_("node info not implemented on this platform"));
|
||||
return -1;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user