From: Jim Meyering Date: Wed, 31 Dec 1997 14:04:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16i~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cadfe299785a2f140b9040585895c871676b7aa0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8c72b3ca20..0dd438f84f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 1997-12-31 Jim Meyering + * 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.