# HG changeset patch # User Martin Geisler # Date 1250281247 -7200 # Node ID cc3916411873596afa470e000d9436fff2939c59 # Parent 37042e8b3b342b2e380d8be3e3f7692584c92d33# Parent 3ac42ca1f3e617438c9fa3732678583ec6888bf6 Merge with crew-stable diff -r 37042e8b3b34 -r cc3916411873 mercurial/osutil.c --- 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 #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