]> git.ipfire.org Git - thirdparty/coreutils.git/commit
* src/dd.c (flags): noatime and nofollow now depend on
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Oct 2006 21:39:12 +0000 (21:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Oct 2006 21:39:12 +0000 (21:39 +0000)
commit1fa3b5014035f324ddec26576c0283d00bfbbbef
tree957af26f77130d3b3815a12115dad822deb54e53
parentd78ad5caccb4018d4eb833b43d17a417d4e7dc28
* 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.
ChangeLog
src/dd.c
src/remove.c