[libvirt] [PATCH] Fix UML syntax

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



various changes to fix make syntax-check succeed with new UML driver
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3f8fdd2..d9f3abe 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -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
diff --git a/src/uml_conf.h b/src/uml_conf.h
index 1213df1..69794bc 100644
--- a/src/uml_conf.h
+++ b/src/uml_conf.h
@@ -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 */
diff --git a/src/uml_driver.c b/src/uml_driver.c
index ac0c32c..d5530d9 100644
--- a/src/uml_driver.c
+++ b/src/uml_driver.c
@@ -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"
--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]