From: uid65697 Date: Thu, 25 Dec 2003 10:18:37 +0000 (+0000) Subject: (dump_file0): Use sys_stat_nanoseconds(). X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=f7ce5a4ec57028be0bdea6d45dce8fe1c23ec668;p=chaz%2Ftar (dump_file0): Use sys_stat_nanoseconds(). --- diff --git a/src/create.c b/src/create.c index 547d7e9..b6a4f52 100644 --- a/src/create.c +++ b/src/create.c @@ -1283,7 +1283,7 @@ dump_file0 (struct tar_stat_info *stat, char *p, return; } stat->archive_file_size = stat->stat.st_size; - + sys_stat_nanoseconds(stat); original_ctime = stat->stat.st_ctime; restore_times.actime = stat->stat.st_atime; restore_times.modtime = stat->stat.st_mtime;