Displaying 3 results from an estimated 3 matches for "7c7ee0c".
Did you mean:
0c7ee4c
2015 Sep 08
1
[PATCH] inspect: recognize the Frugalware distribution
...get_icon (guestfs_h *g, const char *root, size_t *size_r,
case OS_DISTRO_OPENBSD:
case OS_DISTRO_ALPINE_LINUX:
case OS_DISTRO_ALTLINUX:
+ case OS_DISTRO_FRUGALWARE:
case OS_DISTRO_UNKNOWN:
; /* nothing */
}
diff --git a/src/inspect.c b/src/inspect.c
index c01888a..7c7ee0c 100644
--- a/src/inspect.c
+++ b/src/inspect.c
@@ -266,6 +266,7 @@ guestfs_impl_inspect_get_distro (guestfs_h *g, const char *root)
case OS_DISTRO_FEDORA: ret = safe_strdup (g, "fedora"); break;
case OS_DISTRO_FREEBSD: ret = safe_strdup (g, "freebsd"); break;
case OS_DI...
2015 Sep 29
0
[PATCH 2/4] lib: Move <libintl.h> -> files that use it.
...x b6f03ee..d2be5c3 100644
--- a/src/inspect-fs.c
+++ b/src/inspect-fs.c
@@ -27,6 +27,7 @@
#include <string.h>
#include <sys/stat.h>
#include <errno.h>
+#include <libintl.h>
#ifdef HAVE_ENDIAN_H
#include <endian.h>
diff --git a/src/inspect.c b/src/inspect.c
index 7c7ee0c..0cc3d9f 100644
--- a/src/inspect.c
+++ b/src/inspect.c
@@ -27,6 +27,7 @@
#include <string.h>
#include <sys/stat.h>
#include <errno.h>
+#include <libintl.h>
#ifdef HAVE_ENDIAN_H
#include <endian.h>
diff --git a/src/launch-direct.c b/src/launch-direct.c
index ea6...
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