search for: e316eb

Displaying 2 results from an estimated 2 matches for "e316eb".

Did you mean: e316ebe
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
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