Displaying 4 results from an estimated 4 matches for "3c3a515".
Did you mean:
33515
2015 Sep 29
0
[PATCH 4/4] lib: Remove unused header files.
...s-internal.h"
#include "guestfs-internal-actions.h"
-#include "guestfs_protocol.h"
#ifdef DB_DUMP
static struct guestfs_application2_list *list_applications_rpm (guestfs_h *g, struct inspect_fs *fs);
diff --git a/src/inspect-fs-cd.c b/src/inspect-fs-cd.c
index 22d0921..3c3a515 100644
--- a/src/inspect-fs-cd.c
+++ b/src/inspect-fs-cd.c
@@ -20,27 +20,16 @@
#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>...
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.
...%s", desc_file);
+ goto out;
+ }
}
ret = apps;
- out:
- if (ret == NULL)
- guestfs_free_application2_list (apps);
+ out:
+ if (ret == NULL)
+ guestfs_free_application2_list (apps);
return ret;
}
diff --git a/src/inspect-fs-cd.c b/src/inspect-fs-cd.c
index 3c3a515..b008f58 100644
--- a/src/inspect-fs-cd.c
+++ b/src/inspect-fs-cd.c
@@ -182,7 +182,7 @@ check_fedora_installer_root (guestfs_h *g, struct inspect_fs *fs)
fs->type = OS_TYPE_LINUX;
r = guestfs_int_first_egrep_of_file (g, "/.treeinfo",
- "...
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