search for: a00b938

Displaying 3 results from an estimated 3 matches for "a00b938".

Did you mean: a0038
2015 Sep 29
0
[PATCH 2/4] lib: Move <libintl.h> -> files that use it.
...d9f 100644 --- a/src/inspect.c +++ b/src/inspect.c @@ -27,6 +27,7 @@ #include <string.h> #include <sys/stat.h> #include <errno.h> +#include <libintl.h> #ifdef HAVE_ENDIAN_H #include <endian.h> diff --git a/src/launch-direct.c b/src/launch-direct.c index ea67ec9..a00b938 100644 --- a/src/launch-direct.c +++ b/src/launch-direct.c @@ -35,6 +35,7 @@ #include <grp.h> #include <assert.h> #include <string.h> +#include <libintl.h> #include <pcre.h> diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c index d4c4c47..4a2becd 100644...
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.
...uestfs.h" #include "guestfs-internal.h" #include "guestfs-internal-actions.h" -#include "guestfs_protocol.h" /* This is implemented library-side in order to get around potential * protocol limits. diff --git a/src/launch-direct.c b/src/launch-direct.c index a00b938..4252d79 100644 --- a/src/launch-direct.c +++ b/src/launch-direct.c @@ -21,7 +21,6 @@ #include <stdio.h> #include <stdlib.h> #include <stdbool.h> -#include <stdint.h> #include <inttypes.h> #include <unistd.h> #include <errno.h> @@ -31,8 +30,6 @@ #inc...