diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-03 18:09:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-03 18:09:23 +0000 |
commit | c24393e0fd5428c92990f2a770775acf01179554 (patch) | |
tree | c61363c12baf19354f57d393f858ced8443cb205 /old | |
parent | e15db4ca815ff5cfe0bacef1e3fe9ac1efe99d8c (diff) | |
download | coreutils-c24393e0fd5428c92990f2a770775acf01179554.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bb79fa586..646f86d51 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,7 +2,7 @@ * 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. + is invalid. This happens with Solaris-5.5.1 CD-ROM mount points. * lib/save-cwd.h: Guard PARAMS-enabling definition with `defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid |