use C99 initializers for virState

* src/lxc_driver.c src/qemu_driver.c src/remote_internal.c
  src/storage_driver.c: use C99 initializers for virState (Guido
  Gunther)
Daniel
This commit is contained in:
Daniel Veillard
2008-10-06 15:40:37 +00:00
parent 243e80260a
commit 72c40b0622
5 changed files with 18 additions and 20 deletions

View File

@@ -1,3 +1,9 @@
Mon Oct 6 17:39:12 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/lxc_driver.c src/qemu_driver.c src/remote_internal.c
src/storage_driver.c: use C99 initializers for virState (Guido
Gunther)
Mon Oct 6 11:23:40 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* qemud/Makefile.am: Fix VPATH build (Guido Gunther)