##// END OF EJS Templates
Merge with crew-stable
Brendan Cully -
r8723:b4a1b901 merge default
parent child Browse files
Show More
@@ -23,6 +23,11 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)
27 #ifndef PATH_MAX
28 #define PATH_MAX 4096
29 #endif
30
26 #ifdef _WIN32
31 #ifdef _WIN32
27 /*
32 /*
28 stat struct compatible with hg expectations
33 stat struct compatible with hg expectations
General Comments 0
You need to be logged in to leave comments. Login now