##// END OF EJS Templates
Merge with crew
Matt Mackall -
r8754:31c90d12 merge default
parent child Browse files
Show More
@@ -20,6 +20,11 b''
20 20 #include <unistd.h>
21 21 #endif
22 22
23 // some platforms lack the PATH_MAX definition (eg. GNU/Hurd)
24 #ifndef PATH_MAX
25 #define PATH_MAX 4096
26 #endif
27
23 28 #ifdef _WIN32
24 29 /*
25 30 stat struct compatible with hg expectations
General Comments 0
You need to be logged in to leave comments. Login now