+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
}
#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
}