mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
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 | ||