]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 20:01:14 +0000 (20:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 20:01:14 +0000 (20:01 +0000)
old/fileutils/ChangeLog

index 4ee15915c14d007927bd5b57ab6f0958a289511e..2003f08666fddd39386fca6e51eabe93cbc6dd75 100644 (file)
@@ -2,6 +2,11 @@
 
        * Version 4.0.33.
 
+       * src/du.c (count_entry): Don't omit the size of a directory entry
+       merely because we couldn't `chdir' into it.  That would give subtly
+       different results in some cases.  Reported by Mattias Wadenstein
+       via Michael Stone.
+
        * src/ls.c: Revert change of 2000-11-11.  It inadvertently change
        the output format of `ls -l --full-time'.