[cmake-commits] alex committed libtar.c 1.16 1.17
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Sep 17 15:40:37 EDT 2007
Update of /cvsroot/CMake/CMake/Utilities/cmtar
In directory public:/mounts/ram/cvs-serv19692
Modified Files:
libtar.c
Log Message:
COMP: use C-style comments in C code
Alex
Index: libtar.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmtar/libtar.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- libtar.c 4 Dec 2006 22:26:40 -0000 1.16
+++ libtar.c 17 Sep 2007 19:40:35 -0000 1.17
@@ -99,7 +99,7 @@
return -1;
}
-#if defined(__BEOS__) && !defined(__ZETA__) // no fchmod on BeOS...do pathname instead.
+#if defined(__BEOS__) && !defined(__ZETA__) /* no fchmod on BeOS...do pathname instead. */
if ((oflags & O_CREAT) && chmod(pathname, mode & 07777))
{
return -1;
More information about the Cmake-commits
mailing list