search for: g86d60b

Displaying 5 results from an estimated 5 matches for "g86d60b".

2011 Apr 13
0
compilation nit
...ns(-) diff --git a/src/events.c b/src/events.c index 159862a..3894349 100644 --- a/src/events.c +++ b/src/events.c @@ -26,6 +26,7 @@ #include <inttypes.h> #include <unistd.h> #include <assert.h> +#include <string.h> #include "ignore-value.h" -- 1.7.5.rc1.228.g86d60b
2011 Apr 13
0
[PATCH libguestfs] add more missing include directives
...bute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,6 +26,8 @@ #include <fcntl.h> #include <locale.h> #include <assert.h> +#include <string.h> +#include <libintl.h> #include "progname.h" -- 1.7.5.rc1.228.g86d60b
2011 Apr 13
1
[PATCH libguestfs] add missing include directives
...stribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,6 +21,7 @@ #include <stdio.h> #include <stdlib.h> #include <signal.h> +#include <string.h> #include <sys/wait.h> #include "fish.h" -- 1.7.5.rc1.228.g86d60b
2011 Apr 13
1
[PATCH libguestfs] include string.h and libintl.h, as needed
...clude <string.h> #include <inttypes.h> #include <unistd.h> #include <getopt.h> #include <errno.h> #include <locale.h> #include <assert.h> +#include <libintl.h> #include "progname.h" #include "xvasprintf.h" -- 1.7.5.rc1.228.g86d60b
2011 Apr 13
1
[PATCH hivex] maint: split long lines
...x_node_delete_child: updating nr_subkeys in parent 0x%zx to %zu\n", - parent, nr_subkeys_in_nk); + fprintf (stderr, "hivex_node_delete_child: updating nr_subkeys" + " in parent 0x%zx to %zu\n", parent, nr_subkeys_in_nk); return 0; } -- 1.7.5.rc1.228.g86d60b