From b2c6b21b41d315cb95a80ed1f61d25a140ab0e51 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 20 Nov 2019 17:03:05 -0500 Subject: annotate how we (don't) handle CONTTYPE --- tar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tar.c b/tar.c index 44ee678..a944c77 100644 --- a/tar.c +++ b/tar.c @@ -66,7 +66,8 @@ static mode_t tar_mode_to_st_mode(char typeflag, const char tm[static 8]) break; case CONTTYPE: - //m = S_IFCONT; + /* "some high-performance attribute" is not supported */ + m = S_IFREG; break; default: -- cgit v1.2.1