From 1fa3b5014035f324ddec26576c0283d00bfbbbef Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 5 Oct 2006 21:39:12 +0000 Subject: * 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ebe1cdd4..f394bb4ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-10-05 Paul Eggert + + * 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 * tests/install/basic-1: Skip the latter part of this test if the -- cgit v1.2.3-70-g09d2