diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-05 22:10:08 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-05 22:10:08 +0000 |
commit | 08984eef49d4a05beebcce00ebd58caf8bbf5d7a (patch) | |
tree | c27384c33249963f197f3244cef85ea6c472afad /ChangeLog | |
parent | 1fa3b5014035f324ddec26576c0283d00bfbbbef (diff) | |
download | coreutils-08984eef49d4a05beebcce00ebd58caf8bbf5d7a.tar.xz |
* tests/ls/stat-dtype: Use a dynamic test to decide whether the
current file system has useful d_type info.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-10-05 Paul Eggert <eggert@cs.ucla.edu> + * tests/ls/stat-dtype: Use a dynamic test to decide whether the + current file system has useful d_type info. + * 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 |