diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-03 16:47:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-03 16:47:35 +0000 |
commit | e15db4ca815ff5cfe0bacef1e3fe9ac1efe99d8c (patch) | |
tree | 4c816b3990fd3ff18ac40523ff214f8a84fe669f /old | |
parent | 1059e9672167f629e42f730462007cea9c63350c (diff) | |
download | coreutils-e15db4ca815ff5cfe0bacef1e3fe9ac1efe99d8c.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4caa40ad8..bb79fa586 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. |