##// END OF EJS Templates
osutil: fix compilation with -ansi
Sebastien Binet -
r9353:3ac42ca1 default
parent child Browse files
Show More
@@ -23,7 +23,7 b''
23 # include <unistd.h>
23 # include <unistd.h>
24 #endif
24 #endif
25
25
26 // some platforms lack the PATH_MAX definition (eg. GNU/Hurd)
26 /* some platforms lack the PATH_MAX definition (eg. GNU/Hurd) */
27 #ifndef PATH_MAX
27 #ifndef PATH_MAX
28 #define PATH_MAX 4096
28 #define PATH_MAX 4096
29 #endif
29 #endif
General Comments 0
You need to be logged in to leave comments. Login now