diff --git a/Utilities/cmtar/compat/compat.h b/Utilities/cmtar/compat/compat.h index ae46f368b..a42c06f95 100644 --- a/Utilities/cmtar/compat/compat.h +++ b/Utilities/cmtar/compat/compat.h @@ -198,8 +198,7 @@ int inet_aton(const char *, struct in_addr *); #endif /* NEED_MAKEDEV */ -#ifdef _MSC_VER //compile snprintf only onwin32 -//#if defined(NEED_SNPRINTF) && !defined(HAVE_SNPRINTF) +#ifdef _MSC_VER /* compile snprintf only onwin32 */ #if !defined(HAVE_SNPRINTF) int mutt_snprintf(char *, size_t, const char *, ...); int mutt_vsnprintf(char *, size_t, const char *, va_list); diff --git a/Utilities/cmtar/output.c b/Utilities/cmtar/output.c index 5bd69c776..95d628bbe 100644 --- a/Utilities/cmtar/output.c +++ b/Utilities/cmtar/output.c @@ -19,7 +19,6 @@ #endif #include #include -//#include #ifdef STDC_HEADERS # include