X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.h;h=3e958ec80086a526560e4f31c33486cc528a5a06;hb=d659cbaccdc1f3279c49107cf15f15a639738529;hp=cc937bbc73dfac1e853f8f1e9cf598799bbad14e;hpb=f6445e4ed68362950e8c83b60eed09871982fbe1;p=chaz%2Ftar diff --git a/src/tar.h b/src/tar.h index cc937bb..3e958ec 100644 --- a/src/tar.h +++ b/src/tar.h @@ -277,17 +277,10 @@ struct tar_stat_info trailing slash before it was normalized. */ char *link_name; /* name of link for the current archive entry. */ - unsigned int devminor; /* device minor number */ - unsigned int devmajor; /* device major number */ char *uname; /* user name of owner */ char *gname; /* group name of owner */ struct stat stat; /* regular filesystem stat */ - /* Nanosecond parts of file timestamps (if available) */ - unsigned long atime_nsec; - unsigned long mtime_nsec; - unsigned long ctime_nsec; - off_t archive_file_size; /* Size of file as stored in the archive. Equals stat.st_size for non-sparse files */