Displaying 4 results from an estimated 4 matches for "1eac037".
Did you mean:
186ac037
2015 Sep 29
0
[PATCH 4/4] lib: Remove unused header files.
...tfs-internal.h"
#include "guestfs-internal-actions.h"
-#include "guestfs_protocol.h"
/* External tools are required for some icon types. Check we have them. */
#if defined(PBMTEXT) && defined (PNMTOPNG)
diff --git a/src/inspect.c b/src/inspect.c
index 0cc3d9f..1eac037 100644
--- a/src/inspect.c
+++ b/src/inspect.c
@@ -20,13 +20,11 @@
#include <stdio.h>
#include <stdlib.h>
-#include <stdint.h>
#include <inttypes.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <sys/stat.h>
-#include &l...
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 Oct 05
0
[PATCH 2/2] Fix whitespace.
...ed = guestfs_int_download_to_tmp (g, fs, filename_case,
- "wlive48x48.png", 8192);
+ "wlive48x48.png", 8192);
if (filename_downloaded == NULL)
return NOT_FOUND;
diff --git a/src/inspect.c b/src/inspect.c
index 1eac037..eedc745 100644
--- a/src/inspect.c
+++ b/src/inspect.c
@@ -350,7 +350,7 @@ guestfs_impl_inspect_get_windows_systemroot (guestfs_h *g, const char *root)
char *
guestfs_impl_inspect_get_windows_current_control_set (guestfs_h *g,
- const char *root...
2015 Oct 05
3
[PATCH 1/2] Change 'fprintf (stdout,...)' -> printf.
Result of earlier copy and paste.
---
align/scan.c | 35 ++++++++++---------
cat/cat.c | 39 +++++++++++----------
cat/filesystems.c | 69 +++++++++++++++++++-------------------
cat/log.c | 35 ++++++++++---------
cat/ls.c | 61 +++++++++++++++++----------------
df/main.c | 43 ++++++++++++------------
diff/diff.c | 67