From: Jim Meyering Date: Thu, 19 Mar 1998 22:27:17 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22f~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b50b941826d8a5ccd904e547cf8e2e9e9d386b6c;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8d6784e83b..d1acb4ec8e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,16 @@ +1998-03-19 Paul Eggert + + * lib/fsusage.h (struct fs_usage): New member + fsu_bavail_top_bit_set. + * lib/fsusage.c: Include . + (CHAR_BIT, EXTRACT_TOP_BIT, PROPAGATE_TOP_BIT): New macros. + (get_fs_usage): If top bit of system variable corresponding to + fsu_bavail is set, then set fsu_bavail_top_bit_set, and + sign-extend the value when storing it into fsu_bavail. + * src/df.c (show_dev): If fsu_bavail_top_bit_set is nonzero, + assume the original value corresponding to fsu_bavail was negative. + Reported by Arne Juul. + 1998-03-18 Jim Meyering * src/Makefile.am (rm-prep): Add dependency and rule to save users