diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-08 18:21:54 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-08 18:21:54 +0000 |
commit | c66e95f41fcbf53c0f9e29e0f54ed2ae9747ca6b (patch) | |
tree | f3420d8f5320a909a02c94488511f76be8a173b2 /ChangeLog | |
parent | 4e96bd913115bc9571e1e5c9f5e181c7321a737d (diff) | |
download | coreutils-c66e95f41fcbf53c0f9e29e0f54ed2ae9747ca6b.tar.xz |
iflags->iflag. This fixes a typo that meant the
noatime test never tested anything.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2006-03-05 Paul Eggert <eggert@cs.ucla.edu> +2006-03-08 Paul Eggert <eggert@cs.ucla.edu> * Version 6.0-cvs. + * tests/dd/misc: iflags->iflag. This fixes a typo that meant the + noatime test never tested anything. + +2006-03-05 Paul Eggert <eggert@cs.ucla.edu> + * src/dd.c (flags, usage): New flags directory, nolinks. * src/system.h (O_NOLINKS): Define to 0 if not already defined. |