]> git.cworth.org Git - gzip/blobdiff - gzip.c
Imported Debian patch 1.3.12-3.1
[gzip] / gzip.c
diff --git a/gzip.c b/gzip.c
index bddab9824cf7a0a6080c70d159a9db7fbc268582..affde9eb386166150d410354e554b715c9520bc7 100644 (file)
--- 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));