File: path_max

package info (click to toggle)
patch 2.7.5-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 6,092 kB
  • sloc: ansic: 35,784; sh: 6,094; yacc: 1,254; makefile: 181; sed: 54
file content (14 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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