Displaying 3 results from an estimated 3 matches for "38050d9".
2015 Sep 29
0
[PATCH 2/4] lib: Move <libintl.h> -> files that use it.
...c
index b1f1445..c2799c8 100644
--- a/src/tmpdirs.c
+++ b/src/tmpdirs.c
@@ -25,6 +25,7 @@
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <libintl.h>
#include "ignore-value.h"
diff --git a/src/whole-file.c b/src/whole-file.c
index 38050d9..2563db5 100644
--- a/src/whole-file.c
+++ b/src/whole-file.c
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
+#include <libintl.h>
#include "guestfs.h"
#include "guestfs-internal.h"
--
2.5.0
2015 Sep 29
8
[PATCH 0/7] copy-in/copy-out: Capture errors from tar subprocess (RHBZ#1267032).
Commits 3c27f3d91e1566854747bbe844186783fc84f3a8 and
1b6f0daa9ae7fcc94e389232d0c397816cda973d added an internal API for
running commands asynchronously. It is only used by the copy-in and
copy-out APIs.
Unfortunately this made the command code very complex: it was almost
impossible to redirect stderr to a file, and there were a lot of
long-range dependencies through the file. It was also buggy:
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