The branch, master has been updated
via a7071565b01 ctdb: Include replace.h for PATH_MAX
from 1655413f124 Describe implication of upstream ICU-22610
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit a7071565b0184aaec4a0160a723842462419ae8d
Author: Samuel Thibault <[email protected]>
Date: Sun Nov 10 01:59:39 2024 +0100
ctdb: Include replace.h for PATH_MAX
Fixes build on GNU/Hurd.
Signed-off-by: Samuel Thibault <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Mon Nov 11 10:28:24 UTC 2024 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
ctdb/failover/statd_callout.c | 2 ++
1 file changed, 2 insertions(+)
Changeset truncated at 500 lines:
diff --git a/ctdb/failover/statd_callout.c b/ctdb/failover/statd_callout.c
index 2f703560b29..a02a624aedf 100644
--- a/ctdb/failover/statd_callout.c
+++ b/ctdb/failover/statd_callout.c
@@ -26,6 +26,8 @@
#include <time.h>
#include <unistd.h>
+#include "replace.h"
+
/*
* A configuration file, created by statd_callout_helper, containing
* at least 1 line of text.
--
Samba Shared Repository