X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fextract.c;h=29967e4c78869e12965e08e94462cabfdebd2128;hb=098ad10c71e87f8003227aa10ad8c88ae43dce12;hp=46ee6781fc8a8e96b0742d07b15c9e5326e52c6d;hpb=6e08ab76949954eccd059db0d5da90e011a11c27;p=chaz%2Ftar diff --git a/src/extract.c b/src/extract.c index 46ee678..29967e4 100644 --- a/src/extract.c +++ b/src/extract.c @@ -324,7 +324,7 @@ set_stat (char const *file_name, ts[0].tv_nsec = UTIME_OMIT; ts[1] = st->mtime; - if (fd_utimensat (fd, AT_FDCWD, file_name, ts, atflag) == 0) + if (fdutimensat (fd, AT_FDCWD, file_name, ts, atflag) == 0) { if (incremental_option) check_time (file_name, ts[0]);