From 2c6d70041831caecabd417acaac562e3655e4db9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 26 Sep 2002 08:20:32 +0000 Subject: *** empty log message *** --- lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 153805467..70c859569 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2002-09-25 Paul Eggert + + * fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include . + (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro. + (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than + int. Work more efficiently if X is the same width as uintmax_t. + Do not compare X to -1, to avoid bogus compiler warning. + (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast. + Don't assume that f_frsize and f_bsize are the same type. + 2002-09-25 Jim Meyering * fsusage.c: Remove unneeded parentheses around operands of `defined'. -- cgit v1.2.3-70-g09d2