freebsd-nq/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
df.c Convert fsbtoblk() from a macro to a function. The redundant 2004-06-04 09:30:51 +00:00
Makefile