* [nfs-utils PATCH] fh_key_file.c: Fix build error with musl @ 2026-05-08 13:57 liezhi.yang 2026-05-08 14:08 ` Benjamin Coddington 0 siblings, 1 reply; 3+ messages in thread From: liezhi.yang @ 2026-05-08 13:57 UTC (permalink / raw) To: steved; +Cc: linux-nfs From: Robert Yang <liezhi.yang@windriver.com> Fixed: error: implicit declaration of function 'strerror' Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- support/nfs/fh_key_file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/nfs/fh_key_file.c b/support/nfs/fh_key_file.c index 5f5eafc1..89555cee 100644 --- a/support/nfs/fh_key_file.c +++ b/support/nfs/fh_key_file.c @@ -30,6 +30,8 @@ #include "nfslib.h" +#include <string.h> + #define HASH_BLOCKSIZE 256 int hash_fh_key_file(const char *fh_key_file, uuid_t uuid) { -- 2.49.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [nfs-utils PATCH] fh_key_file.c: Fix build error with musl 2026-05-08 13:57 [nfs-utils PATCH] fh_key_file.c: Fix build error with musl liezhi.yang @ 2026-05-08 14:08 ` Benjamin Coddington 2026-05-11 14:16 ` Steve Dickson 0 siblings, 1 reply; 3+ messages in thread From: Benjamin Coddington @ 2026-05-08 14:08 UTC (permalink / raw) To: liezhi.yang, steved; +Cc: linux-nfs On 8 May 2026, at 9:57, liezhi.yang@windriver.com wrote: > From: Robert Yang <liezhi.yang@windriver.com> > > Fixed: > error: implicit declaration of function 'strerror' Giulio sent a patch for this already: https://lore.kernel.org/linux-nfs/20260408173535.3992116-1-giulio.benetti@benettiengineering.com/ Steve D - did you pick that one up yet? Ben ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [nfs-utils PATCH] fh_key_file.c: Fix build error with musl 2026-05-08 14:08 ` Benjamin Coddington @ 2026-05-11 14:16 ` Steve Dickson 0 siblings, 0 replies; 3+ messages in thread From: Steve Dickson @ 2026-05-11 14:16 UTC (permalink / raw) To: Benjamin Coddington, liezhi.yang; +Cc: linux-nfs On 5/8/26 10:08 AM, Benjamin Coddington wrote: > On 8 May 2026, at 9:57, liezhi.yang@windriver.com wrote: > >> From: Robert Yang <liezhi.yang@windriver.com> >> >> Fixed: >> error: implicit declaration of function 'strerror' > > Giulio sent a patch for this already: > https://lore.kernel.org/linux-nfs/20260408173535.3992116-1-giulio.benetti@benettiengineering.com/ > > Steve D - did you pick that one up yet? Nope! It was hiding in a bunch of kernel patch w/out a nfs-utils subject tag. It is on todo list now... steved. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-11 14:17 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-05-08 13:57 [nfs-utils PATCH] fh_key_file.c: Fix build error with musl liezhi.yang 2026-05-08 14:08 ` Benjamin Coddington 2026-05-11 14:16 ` Steve Dickson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox