search for: 5776a6e

Displaying 3 results from an estimated 3 matches for "5776a6e".

Did you mean: 57766
2015 Sep 29
0
[PATCH 3/4] lib: Don't need to include <rpc/types.h>.
It is already included by <rpc/xdr.h>. --- src/guestfs-internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index 5776a6e..e316ebe 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -21,7 +21,6 @@ #include <stdbool.h> -#include <rpc/types.h> #include <rpc/xdr.h> #include <pcre.h> -- 2.5.0
2015 Sep 29
0
[PATCH 2/4] lib: Move <libintl.h> -> files that use it.
...e 100644 --- a/src/fuse.c +++ b/src/fuse.c @@ -25,6 +25,7 @@ #include <sys/types.h> #include <sys/wait.h> #include <string.h> +#include <libintl.h> #if HAVE_FUSE /* See <attr/xattr.h> */ diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index 9c7175f..5776a6e 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -21,8 +21,6 @@ #include <stdbool.h> -#include <libintl.h> - #include <rpc/types.h> #include <rpc/xdr.h> diff --git a/src/handle.c b/src/handle.c index 1bfb9ae..da196d5 100644 --- a/src/handle.c +++...
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