freebsd-dev/bin/df
David Schultz 841fe8e83f Convert fsbtoblk() from a macro to a function. The redundant
instances of 64-bit arithmetic were costing 775 bytes, and the
inlining offered no benefit.  Moreover, ambiguity as to the argument
types led to the introduction of a bug (see rev 1.56).

Also, remove some casts that are now clearly redundant.

Inspired by:	67467
2004-06-04 09:30:51 +00:00
..
df.1 Bump document date for the latest functional change. 2004-05-16 21:34:15 +00:00
df.c Convert fsbtoblk() from a macro to a function. The redundant 2004-06-04 09:30:51 +00:00
Makefile Use humanize_number(3) to format sizes into a human readable form. 2004-05-24 22:22:29 +00:00