mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
* po/POTFILES.in src/uml_conf.h src/uml_driver.c: fixes syntax
check errors, reported by Ben Guthro daniel
This commit is contained in:
parent
d378791480
commit
4815221333
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user