changeset 9353 | 3ac42ca1f3e6 |
parent 8723 | b4a1b9012d96 |
child 10282 | 08a0f04b56bd |
--- 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