diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-05 21:39:12 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-05 21:39:12 +0000 |
commit | 1fa3b5014035f324ddec26576c0283d00bfbbbef (patch) | |
tree | 957af26f77130d3b3815a12115dad822deb54e53 /ChangeLog | |
parent | d78ad5caccb4018d4eb833b43d17a417d4e7dc28 (diff) | |
download | coreutils-1fa3b5014035f324ddec26576c0283d00bfbbbef.tar.xz |
* src/dd.c (flags): noatime and nofollow now depend on
HAVE_WORKING_O_NOATIME and HAVE_WORKING_O_NOFOLLOW, too.
(usage): Output info about noatime and nofollow only if
they are known to work.
* src/remove.c (AD_push): Inspect HAVE_WORKING_O_NOFOLLOW rather
than O_NOFOLLOW, when testing whether it's possible to avoid a
race condition reliably.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-10-05 Paul Eggert <eggert@cs.ucla.edu> + + * src/dd.c (flags): noatime and nofollow now depend on + HAVE_WORKING_O_NOATIME and HAVE_WORKING_O_NOFOLLOW, too. + (usage): Output info about noatime and nofollow only if + they are known to work. + * src/remove.c (AD_push): Inspect HAVE_WORKING_O_NOFOLLOW rather + than O_NOFOLLOW, when testing whether it's possible to avoid a + race condition reliably. + 2006-10-05 Jim Meyering <jim@meyering.net> * tests/install/basic-1: Skip the latter part of this test if the |