diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-31 14:04:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-31 14:04:54 +0000 |
commit | cadfe299785a2f140b9040585895c871676b7aa0 (patch) | |
tree | 4845f24dd730d844ab25c6a6910a35d782f6965b /old | |
parent | da111683d5d99d539cc0c3af9a5573c0c65f43ff (diff) | |
download | coreutils-cadfe299785a2f140b9040585895c871676b7aa0.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8c72b3ca2..0dd438f84 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 1997-12-31 Jim Meyering <meyering@na-net.ornl.gov> + * src/df.c (show_dev): Move declarations and computation of + blocks_used etc. and blocks_percent_used and + inodes_used etc. and inodes_percent_used into respective branches + of the `if (inode_format)' statement where they're actually used. + * lib/exclude.h: Define and use PARAMS, not __EXCLUDE_P. * lib/exclude.c: Use PARAMS, not __EXCLUDE_P. |