]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 3 Jan 1998 16:47:35 +0000 (16:47 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 3 Jan 1998 16:47:35 +0000 (16:47 +0000)
old/fileutils/ChangeLog

index 4caa40ad8f8ed310d8ed68087e4fac7c843b5183..bb79fa58625d81c3ef4dca2c037934f282893e9d 100644 (file)
@@ -1,5 +1,9 @@
 1998-01-03  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * src/df.c (show_dev): Treat `fsu.fsu_bavail == (unsigned long) -1'
+       just like `fsu.fsu_blocks == 0' as an indicator that usage information
+       is invalid.  This happens with Solaris-5.5.1 CD-ROM partitions.
+
        * lib/save-cwd.h: Guard PARAMS-enabling definition with
        `defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid
        problems with Irix4's cc.  From Kaveh Ghazi.