author | Martin Geisler <mg@lazybytes.net> |
Fri, 14 Aug 2009 22:20:47 +0200 | |
changeset 9354 | cc3916411873 |
parent 9352 | 37042e8b3b34 (current diff) |
parent 9353 | 3ac42ca1f3e6 (diff) |
child 9355 | f7c334e810c2 |
--- a/mercurial/osutil.c Mon Jun 29 01:33:26 2009 +0900 +++ b/mercurial/osutil.c Fri Aug 14 22:20:47 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