author | Sebastien Binet <binet@cern.ch> |
Fri, 14 Aug 2009 11:18:23 +0200 | |
changeset 9353 | 3ac42ca1f3e6 |
parent 9344 | eb6af02307ec |
child 9354 | cc3916411873 |
child 9356 | 9488a4d64fb5 |
--- a/mercurial/osutil.c Wed Aug 12 12:06:12 2009 -0500 +++ b/mercurial/osutil.c Fri Aug 14 11:18:23 2009 +0200 @@ -23,7 +23,7 @@ # include <unistd.h> #endif -// some platforms lack the PATH_MAX definition (eg. GNU/Hurd) +/* some platforms lack the PATH_MAX definition (eg. GNU/Hurd) */ #ifndef PATH_MAX #define PATH_MAX 4096 #endif