# HG changeset patch # User Jim Meyering # Date 1037884982 0 # Node ID ad31e2e4a893a0138c3d7d5f0770efadd0b22dfb # Parent 504d447035d28dd69f61c53648eb36785ac831c5 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,15 @@ Merge in changes from the coreutils. + 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. + * mountlist.c: #undef MNT_IGNORE before defining it, to avoid warning on FreeBSD.