Mercurial > hg
changeset 9353:3ac42ca1f3e6
osutil: fix compilation with -ansi
author | Sebastien Binet <binet@cern.ch> |
---|---|
date | Fri, 14 Aug 2009 11:18:23 +0200 |
parents | eb6af02307ec |
children | cc3916411873 9488a4d64fb5 |
files | mercurial/osutil.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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