X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fmisc.c;h=d8255f7f3ff4433cc88f8b28ccc87de36ebb9516;hb=refs%2Fheads%2F313237;hp=951449eb0c0b035246b02fc50f27d7a7c7e1a49f;hpb=04176c5e3a481e57b4c6b10fdb6b4a5d82f213f2;p=tar diff --git a/src/misc.c b/src/misc.c index 951449e..d8255f7 100644 --- a/src/misc.c +++ b/src/misc.c @@ -516,7 +516,7 @@ set_file_atime (int fd, char const *file, struct timespec const timespec[2]) } #endif - return gl_futimens (fd, file, timespec); + return gl_futimens (fd, file, timespec, 0); } /* A description of a working directory. */