with -Werror after the previous patch
Daniel
+Tue Jun 5 22:47:09 CEST 2007 Daniel Veillard <veillard@redhat.com>
+
+ * src/xen_internal.c: fix from Hugh Brock to allow compiling
+ with -Werror after the previous patch
+
Tue Jun 5 14:03:38 CEST 2007 Daniel Veillard <veillard@redhat.com>
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in
errmsg, info, NULL, value, 0, errmsg, info);
}
+#ifndef PROXY
+
/**
* virXenErrorFunc:
* @error: the error number
}
}
+#endif /* PROXY */
+
/**
* virXenPerror:
* @conn: the connection (if available)
}
return nbinfo;
}
-#endif
+#endif /* PROXY */
/**
* xenHypervisorGetVcpuMax: