mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 02:19:20 +00:00
![Bruce Evans](/assets/img/avatar_default.png)
than %u for printing signed 64-bit types. It fails on different machines, and has the wrong signdness. Fixed old printf format error on the same line. %u is not suitable for printing 32-bit types on all machines. "Fixed" format printf error in previous commit. This file is not formatted in KNF. Partially restore bug for bug compatibility: indent the printf args too much, but don't format them for 160-column terminals.