]> git.gag.com Git - debian/gzip/commitdiff
* gzip.c (copy_stat): Adjust to gnulib's renaming of futimens to
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Jun 2007 03:15:52 +0000 (03:15 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Jun 2007 03:15:52 +0000 (03:15 +0000)
gl_futimens.

ChangeLog
gzip.c

index e7aed7f7424528c1a7f462bb720390207030a644..0b6d2c3ccaa0a50a074ef7419a34d9fde89efe4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gzip.c (copy_stat): Adjust to gnulib's renaming of futimens to
+       gl_futimens.
+
 2007-06-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gzip.c (get_method): Fix typo: "a a" -> "a" in diagnostic.  Reported
diff --git a/gzip.c b/gzip.c
index 9c4a6d5d421667791affd8477da88c0fd416b600..554dd23eb8e49adba0ec4cfa8f8d648a0303f4b3 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -1637,7 +1637,7 @@ local void copy_stat(ifstat)
        }
       }
 
-    if (futimens (ofd, ofname, timespec) != 0)
+    if (gl_futimens (ofd, ofname, timespec) != 0)
       {
        int e = errno;
        WARN ((stderr, "%s: ", program_name));