Displaying 3 results from an estimated 3 matches for "793190a".
Did you mean:
763190
2015 Sep 29
0
[PATCH 2/4] lib: Move <libintl.h> -> files that use it.
...1 +
src/libvirt-auth.c | 1 +
src/libvirt-domain.c | 1 +
src/osinfo.c | 1 +
src/proto.c | 1 +
src/tmpdirs.c | 1 +
src/whole-file.c | 1 +
26 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/src/appliance.c b/src/appliance.c
index 2645cca..793190a 100644
--- a/src/appliance.c
+++ b/src/appliance.c
@@ -31,6 +31,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <utime.h>
+#include <libintl.h>
#include "glthread/lock.h"
#include "ignore-value.h"
diff --git a/src/conn-socket.c b/src/con...
2015 Sep 29
8
[PATCH 1/4] lib: actions: Remove some unused header files.
---
generator/c.ml | 2 --
1 file changed, 2 deletions(-)
diff --git a/generator/c.ml b/generator/c.ml
index 055b683..963cf21 100644
--- a/generator/c.ml
+++ b/generator/c.ml
@@ -1213,9 +1213,7 @@ and generate_client_actions hash () =
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
-#include <sys/types.h>
#include <sys/stat.h>
-#include
2015 Sep 29
0
[PATCH 4/4] lib: Remove unused header files.
...23,9 +23,6 @@
#include <unistd.h>
#include <string.h>
-#include <libxml/tree.h>
-#include <libxml/xpath.h>
-#include <libxml/xmlwriter.h>
#include "guestfs.h"
#include "guestfs-internal.h"
diff --git a/src/appliance.c b/src/appliance.c
index 793190a..137cd69 100644
--- a/src/appliance.c
+++ b/src/appliance.c
@@ -18,28 +18,20 @@
#include <config.h>
-#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <unistd.h>
#include <string.h>
-#include <fcntl.h>
-#...