Displaying 5 results from an estimated 5 matches for "055b683".
2015 Sep 30
0
Re: [PATCH 1/4] lib: actions: Remove some unused header files.
On Tuesday 29 September 2015 22:06:10 Richard W.M. Jones wrote:
> ---
>  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>...
2015 Sep 15
3
[PATCH 3/3] python: Allow bindings to be compiled with different version of libguestfs (RHBZ#1262983).
Patch to fix:
https://bugzilla.redhat.com/show_bug.cgi?id=1262983
Note this won't help until the first two patches get backported to the
stable branches, since <guestfs.h> won't define the necessary
GUESTFS_HAVE_* macros.
Rich.
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 <string.h>
 
 #include...
2015 Oct 20
3
[PATCH 1/2] generator: add a RelativePathnameList parameter type
...%s ? \"true\" : \"false\");\n" n
         | Int n -> pr "  fprintf (fp, \"%%d\\n\", %s);\n" n
         | Int64 n -> pr "  fprintf (fp, \"%%\" PRIi64 \"\\n\", %s);\n" n
diff --git a/generator/c.ml b/generator/c.ml
index 055b683..183bf94 100644
--- a/generator/c.ml
+++ b/generator/c.ml
@@ -131,7 +131,7 @@ let rec generate_prototype ?(extern = true) ?(static = false)
           pr "const mountable_t *%s" n
         else
           pr "const char *%s" n
-    | StringList n | DeviceList n ->
+    | Stri...
2015 Oct 21
2
[PATCH 1/2] generator: add a FilenameList parameter type
...%s ? \"true\" : \"false\");\n" n
         | Int n -> pr "  fprintf (fp, \"%%d\\n\", %s);\n" n
         | Int64 n -> pr "  fprintf (fp, \"%%\" PRIi64 \"\\n\", %s);\n" n
diff --git a/generator/c.ml b/generator/c.ml
index 055b683..f05da03 100644
--- a/generator/c.ml
+++ b/generator/c.ml
@@ -131,7 +131,7 @@ let rec generate_prototype ?(extern = true) ?(static = false)
           pr "const mountable_t *%s" n
         else
           pr "const char *%s" n
-    | StringList n | DeviceList n ->
+    | Stri...