mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
eae1afd9a2
Use %ju and an (uintmax_t) cast to print size_t values. Use %jd and an (intmax_t) cast to print off_t values. Use off_t variables to hold the difference between two off_t values. Don't bother with unsigned char where char will do nicely. |
||
---|---|---|
.. | ||
fetch.1 | ||
fetch.c | ||
Makefile |