From: Paul Eggert Date: Sun, 25 Sep 2005 06:09:22 +0000 (+0000) Subject: Support having a null PATH if the file descriptor is nonnegative. X-Git-Tag: v5.90~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ee48d8ffb525eb87cca0eb03cf83fa41c6dc9c4;p=thirdparty%2Fcoreutils.git Support having a null PATH if the file descriptor is nonnegative. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index d9a8cc1030..132635d834 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2005-09-24 Paul Eggert + * 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 .