summaryrefslogtreecommitdiff
path: root/debian/patches/0155-hurd_PATH_MAX.patch
blob: 13e339241258aad627f1ebd2d5c4fe14432dac1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: trunk/backend/escl/escl_capabilities.c
===================================================================
--- trunk.orig/backend/escl/escl_capabilities.c
+++ trunk/backend/escl/escl_capabilities.c
@@ -35,6 +35,10 @@
 
 #include "../include/sane/saneopts.h"
 
+#ifndef PATH_MAX
+    #define PATH_MAX 4096
+#endif
+
 struct cap
 {
     char *memory;