From: Jim Meyering Date: Sat, 3 Jan 1998 16:47:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.1~8954 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15db4ca815ff5cfe0bacef1e3fe9ac1efe99d8c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4caa40ad8f..bb79fa5862 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 1998-01-03 Jim Meyering + * 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. + * lib/save-cwd.h: Guard PARAMS-enabling definition with `defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid problems with Irix4's cc. From Kaveh Ghazi.