Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gao Xiang <xiang@kernel.org>
To: linux-erofs@lists.ozlabs.org
Cc: Gao Xiang <xiang@kernel.org>
Subject: [PATCH] erofs-utils: lib: define unknown OS for GNU Hurd
Date: Sun,  2 Aug 2026 20:46:18 +0800	[thread overview]
Message-ID: <20260802124618.40318-1-xiang@kernel.org> (raw)

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)



                 reply	other threads:[~2026-08-02 12:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260802124618.40318-1-xiang@kernel.org \
    --to=xiang@kernel.org \
    --cc=linux-erofs@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox