From f9391ab2916755b319dff4dd11282425b2c076cc Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 17 Sep 2007 15:40:35 -0400 Subject: COMP: use C-style comments in C code Alex --- Utilities/cmtar/libtar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/cmtar/libtar.c b/Utilities/cmtar/libtar.c index b19d043..e9a14d8 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; -- cgit v0.12