From: "Laszlo Boszormenyi (GCS)" <gcs@debian.org>
Date: Sat, 14 May 2022 02:38:24 +0800
Subject: path_max

---
 src/util.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/util.c b/src/util.c
index b1c7266..f8f0dfa 100644
--- a/src/util.c
+++ b/src/util.c
@@ -54,6 +54,11 @@
 
 #include <safe.h>
 
+/* make GNU/Hurd happy */
+#ifndef PATH_MAX
+# define PATH_MAX 8192
+#endif
+
 static void makedirs (char const *);
 
 typedef struct
