* [PATCH] erofs-utils: lib: define unknown OS for GNU Hurd
@ 2026-08-02 12:46 Gao Xiang
0 siblings, 0 replies; only message in thread
From: Gao Xiang @ 2026-08-02 12:46 UTC (permalink / raw)
To: linux-erofs; +Cc: Gao Xiang
https://buildd.debian.org/status/fetch.php?pkg=erofs-utils&arch=hurd-amd64&ver=1.9.2-1&stamp=1783137028&raw=0
Signed-off-by: Gao Xiang <xiang@kernel.org>
---
lib/remotes/oci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/remotes/oci.c b/lib/remotes/oci.c
index 80a1e38..d395581 100644
--- a/lib/remotes/oci.c
+++ b/lib/remotes/oci.c
@@ -1119,6 +1119,8 @@ const char *ocierofs_get_platform_spec(void)
#define EROFS_OCI_OS "windows"
#elif defined(__FreeBSD__)
#define EROFS_OCI_OS "freebsd"
+#else
+#define EROFS_OCI_OS "unknown"
#endif
#if defined(__x86_64__) || defined(__amd64__)
--
2.50.1 (Apple Git-155)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-02 12:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-02 12:46 [PATCH] erofs-utils: lib: define unknown OS for GNU Hurd Gao Xiang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.