From: Rob Vermaas Date: Sat, 23 Oct 2010 07:29:18 +0000 (+0200) Subject: maint: update to latest gnulib; use fdutimens, not gl_futimens X-Git-Tag: v1.5~58 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=53d185096c295de6f496f4416174f2c3a7dc658f;p=debian%2Fgzip maint: update to latest gnulib; use fdutimens, not gl_futimens * gzip.c (copy_stat): Use fdutimens, not gl_futimens. * gnulib: Update to latest. --- diff --git a/gnulib b/gnulib index 95d5b87..7b0ac33 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 95d5b8747b7ba317f59fb69b0dee5dd42ab417e6 +Subproject commit 7b0ac33694003a54d2b370f11b17248060e3ed17 diff --git a/gzip.c b/gzip.c index bba4c76..1a9e300 100644 --- 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)); diff --git a/m4/.gitignore b/m4/.gitignore index 4fc85a9..14c9025 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -1,6 +1,7 @@ 00gnulib.m4 absolute-header.m4 alloca.m4 +asm-underscore.m4 calloc.m4 chdir-long.m4 chown.m4