[cmake-commits] hoffman committed cmSystemTools.cxx 1.331 1.332

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 5 09:14:34 EST 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv14047/Source

Modified Files:
	cmSystemTools.cxx 
Log Message:
COMP: fix line length style error


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -d -r1.331 -r1.332
--- cmSystemTools.cxx	4 Dec 2006 22:26:40 -0000	1.331
+++ cmSystemTools.cxx	5 Dec 2006 14:14:32 -0000	1.332
@@ -1432,7 +1432,8 @@
     return -1;
     }
 
-#if defined(__BEOS__) && !defined(__ZETA__) // no fchmod on BeOS 5...do pathname instead.
+// no fchmod on BeOS 5...do pathname instead.
+#if defined(__BEOS__) && !defined(__ZETA__) 
   if ((oflags & O_CREAT) && chmod(pathname, mode))
     {
     return -1;



More information about the Cmake-commits mailing list