Dimitry Andric <d...@freebsd.org> writes:
> This be just nitpicking, but the ino and nlink fields are typically
> defined as int64_t and uint64_t, so these should be printed as such.
>
> Since PRId64 and PRIu64 are apparently frowned upon, the usual solution
> is to cast everything to intmax_t or uintmax_t, and use %j for the
> modifier.

An even simpler solution is to remove the code since I just realized
it's unused :)

DES
-- 
Dag-Erling Smørgrav - d...@freebsd.org

Reply via email to