]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 26 Sep 2002 08:20:32 +0000 (08:20 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 26 Sep 2002 08:20:32 +0000 (08:20 +0000)
lib/ChangeLog

index 153805467516eec427fdf11cd8988f88557464ce..70c859569307120a3cc1374cbb314c0956a1c4fd 100644 (file)
@@ -1,3 +1,13 @@
+2002-09-25  Paul Eggert  <eggert@twinsun.com>
+
+       * fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>.
+       (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  <meyering@lucent.com>
 
        * fsusage.c: Remove unneeded parentheses around operands of `defined'.