]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 31 Dec 1997 14:04:54 +0000 (14:04 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 31 Dec 1997 14:04:54 +0000 (14:04 +0000)
old/fileutils/ChangeLog

index 8c72b3ca2072d331ade9576ab4319fb160097544..0dd438f84f5eb6bf540f9cccbd5d247f927377aa 100644 (file)
@@ -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.