mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 16:49:18 -06:00
COMP: use C-style comments in C code
Alex
This commit is contained in:
@@ -99,7 +99,7 @@ static int libtar_gzopen(void* call_data, const char *pathname,
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user