From: Paul Eggert Date: Mon, 26 Sep 2005 23:01:25 +0000 (+0000) Subject: utimens.c portability fixes. X-Git-Tag: v5.90~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80065b498ba12f0cc5326e08c2650104ae1d3081;p=thirdparty%2Fcoreutils.git utimens.c portability fixes. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e1d98b48c0..ba60ced7bd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-09-26 Paul Eggert + + * utimens.c: Include unistd.h, for dup2. + (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if. + (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1. + 2005-09-25 Jim Meyering * strnumcmp-in.h: Protect against multiple inclusion.