summaryrefslogtreecommitdiff
path: root/tar/tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tar/tar.h')
-rw-r--r--tar/tar.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/tar/tar.h b/tar/tar.h
index 35c4fe0..7862235 100644
--- a/tar/tar.h
+++ b/tar/tar.h
@@ -26,12 +26,7 @@ typedef struct {
} tar_header_t;
typedef struct {
- uint64_t size;
- uint64_t mode;
- uint64_t uid;
- uint64_t gid;
- uint64_t dev_maj;
- uint64_t dev_min;
+ struct stat sb;
char *name;
char *link_target;
bool unknown_record;