freebsd-nq/usr.bin/fetch
Dag-Erling Smørgrav eae1afd9a2 Fix printf() format bug in previous commit (size_t != int).
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.
2004-02-18 21:37:36 +00:00
..
fetch.1 Remove the inadvertant HTML additions to this man page. 2004-01-28 18:51:24 +00:00
fetch.c Fix printf() format bug in previous commit (size_t != int). 2004-02-18 21:37:36 +00:00
Makefile Make sure the crypto versions of libfetch and fetch(1) appear in 2003-07-22 13:54:31 +00:00