]> xenbits.xensource.com Git - libvirt.git/commitdiff
* po/POTFILES.in src/uml_conf.h src/uml_driver.c: fixes syntax
authorDaniel Veillard <veillard@redhat.com>
Fri, 21 Nov 2008 10:06:28 +0000 (10:06 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 21 Nov 2008 10:06:28 +0000 (10:06 +0000)
  check errors, reported by Ben Guthro
daniel

ChangeLog
po/POTFILES.in
src/uml_conf.h
src/uml_driver.c

index 295675fb8c1e5937cbbcd622bfaf04d9bb988a6e..3ac7f085df07e079140ea9289768228d154195b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 21 11:05:14 CET 2008 Daniel Veillard <veillard@redhat.com>
+
+       * po/POTFILES.in src/uml_conf.h src/uml_driver.c: fixes syntax
+         check errors, reported by Ben Guthro
+
 Thu Nov 20 14:31:00 GMT 2008 Daniel Berrange <berrange@redhat.com>
 
        * src/remote_internal.c: Avoid crash on NULL URI scheme
index 3f8fdd2df0c0675983f6fb8e2b382fea47230f9e..d9f3abe9b71ef86de244526f82d7527d3bf11767 100644 (file)
@@ -28,6 +28,8 @@ src/storage_backend_logical.c
 src/storage_conf.c
 src/storage_driver.c
 src/test.c
+src/uml_conf.c
+src/uml_driver.c
 src/util.c
 src/uuid.c
 src/virsh.c
index 1213df17ce9ca3566563cdb0ac90f6972f7aae2f..69794bccd4c914696627e00ba9dbaf9fb50c65e1 100644 (file)
@@ -64,11 +64,11 @@ struct uml_driver {
 virCapsPtr  umlCapsInit               (void);
 
 int         umlBuildCommandLine       (virConnectPtr conn,
-                                      struct uml_driver *driver,
-                                      virDomainObjPtr dom,
-                                      const char ***retargv,
-                                      const char ***retenv,
-                                      int **tapfds,
-                                      int *ntapfds);
+                                       struct uml_driver *driver,
+                                       virDomainObjPtr dom,
+                                       const char ***retargv,
+                                       const char ***retenv,
+                                       int **tapfds,
+                                       int *ntapfds);
 
 #endif /* __UML_CONF_H */
index ac0c32c8131a14cc7e74fa330844ea949844fdf0..d5530d9f85c3da48756915dfaad0e26679e6365a 100644 (file)
@@ -51,7 +51,6 @@
 
 #include "uml_driver.h"
 #include "uml_conf.h"
-#include "c-ctype.h"
 #include "event.h"
 #include "buf.h"
 #include "util.h"