X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fextract.c;h=f3893f58807560cbf507d351b9b3385609a2fdf4;hb=e3fdb78d4bf8e7b08587804a34a4e476f67d78b8;hp=2296066591624d6fb7bd8b8089632402cef3b225;hpb=d9458886432a92230e432e8e8492703c7afb8272;p=chaz%2Ftar diff --git a/src/extract.c b/src/extract.c index 2296066..f3893f5 100644 --- a/src/extract.c +++ b/src/extract.c @@ -307,7 +307,7 @@ set_stat (char const *file_name, if (incremental_option) ts[0] = st->atime; else - ts[0].tv_nsec = UTIME_NOW; + ts[0].tv_nsec = UTIME_OMIT; ts[1] = st->mtime; if (fd_utimensat (fd, AT_FDCWD, file_name, ts, 0) != 0)