utimens.c portability fixes.

This commit is contained in:
Paul Eggert 2005-09-26 23:01:25 +00:00
parent a6c8a8e6d4
commit 80065b498b

View File

@ -1,3 +1,9 @@
2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
* 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 <jim@meyering.net>
* strnumcmp-in.h: Protect against multiple inclusion.