X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.c;h=affde9eb386166150d410354e554b715c9520bc7;hb=0769cf77a953ca3d393b569e13a0c503f9fe7e44;hp=bddab9824cf7a0a6080c70d159a9db7fbc268582;hpb=6d2f835e3652abc6b0d700f3ad0505789ad67601;p=debian%2Fgzip diff --git a/gzip.c b/gzip.c index bddab98..affde9e 100644 --- a/gzip.c +++ b/gzip.c @@ -1642,7 +1642,7 @@ local void copy_stat(ifstat) } } - if (futimens (ofd, ofname, timespec) != 0) + if (gz_futimens (ofd, ofname, timespec) != 0) { int e = errno; WARN ((stderr, "%s: ", program_name));