diff --git a/Utilities/cmtar/libtar.c b/Utilities/cmtar/libtar.c index b19d043fc..e9a14d8de 100644 --- a/Utilities/cmtar/libtar.c +++ b/Utilities/cmtar/libtar.c @@ -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;