diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-25 06:09:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-25 06:09:22 +0000 |
commit | 7ee48d8ffb525eb87cca0eb03cf83fa41c6dc9c4 (patch) | |
tree | 5e4e5e5e7a9a7fef01e9a8760698b2b25492f4aa /lib/ChangeLog | |
parent | 4f001e7a137d8c9a15efe3c3ed5088cd8b2bec8b (diff) | |
download | coreutils-7ee48d8ffb525eb87cca0eb03cf83fa41c6dc9c4.tar.xz |
Support having a null PATH if the file descriptor is nonnegative.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index d9a8cc103..132635d83 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2005-09-24 Paul Eggert <eggert@cs.ucla.edu> + * utimens.c (ENOSYS): Define if not already defined. + (futimens): Support having a null PATH if the file descriptor + is nonnegative. + * Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c, since it doesn't build in OpenBSD 3.4. See <http://lists.gnu.org/archive/html/bug-gnulib/2005-09/msg00242.html>. |