From 7b4e77352d7e7fc1ba37c3437d9a68f55fbdb668 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 4 Nov 2010 08:16:04 -0600 Subject: [PATCH] cp, mv, touch: fix file time manipulation on Solaris 10 * gnulib: Update to latest, for futimens fix. * .gitignore: Ignore another recent gnulib-generated file. --- .gitignore | 1 + gnulib | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1b8cae201..cd73b9a16 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ /lib/progname.c /lib/progname.h /lib/selinux +/lib/stamp-h1 /lib/unistr /lib/uniwidth /lib/unused-parameter.h diff --git a/gnulib b/gnulib index 87f692bf1..37b74cd90 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 87f692bf1126a16c40212bcdb5324625939cef2a +Subproject commit 37b74cd909f60076a096ab8ac2635bc77755153f -- 2.11.4.GIT