COMP: use C-style comments in C code
Alex
This commit is contained in:
parent
6e9b3f36eb
commit
f9391ab291
@ -99,7 +99,7 @@ static int libtar_gzopen(void* call_data, const char *pathname,
|
|||||||
return -1;
|
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))
|
if ((oflags & O_CREAT) && chmod(pathname, mode & 07777))
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user