summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-31 14:04:54 +0000
committerJim Meyering <jim@meyering.net>1997-12-31 14:04:54 +0000
commitcadfe299785a2f140b9040585895c871676b7aa0 (patch)
tree4845f24dd730d844ab25c6a6910a35d782f6965b /old
parentda111683d5d99d539cc0c3af9a5573c0c65f43ff (diff)
downloadcoreutils-cadfe299785a2f140b9040585895c871676b7aa0.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
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.