maint: update to latest gnulib; use fdutimens, not gl_futimens
authorRob Vermaas <rob.vermaas@gmail.com>
Sat, 23 Oct 2010 07:29:18 +0000 (09:29 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 23 Oct 2010 08:02:52 +0000 (10:02 +0200)
* gzip.c (copy_stat): Use fdutimens, not gl_futimens.
* gnulib: Update to latest.

gnulib
gzip.c
m4/.gitignore

diff --git a/gnulib b/gnulib
index 95d5b8747b7ba317f59fb69b0dee5dd42ab417e6..7b0ac33694003a54d2b370f11b17248060e3ed17 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 95d5b8747b7ba317f59fb69b0dee5dd42ab417e6
+Subproject commit 7b0ac33694003a54d2b370f11b17248060e3ed17
diff --git a/gzip.c b/gzip.c
index bba4c76ddc3da47583f8e0736301aff2d6ac957a..1a9e3003eea667c50cb496769420bddde06f0779 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -1714,7 +1714,7 @@ local void copy_stat(ifstat)
         }
       }
 
-    if (gl_futimens (ofd, ofname, timespec) != 0)
+    if (fdutimens (ofd, ofname, timespec) != 0)
       {
         int e = errno;
         WARN ((stderr, "%s: ", program_name));
index 4fc85a996a490ecf310990d67c9e79520bdf0d43..14c9025f484fefbdef86344d5a0493b56481000c 100644 (file)
@@ -1,6 +1,7 @@
 00gnulib.m4
 absolute-header.m4
 alloca.m4
+asm-underscore.m4
 calloc.m4
 chdir-long.m4
 chown.m4