HomeFreeBSD

Fix LINT, broken by a -Wformat warning in r320329 with PFS_DELEN being

Description

Fix LINT, broken by a -Wformat warning in r320329 with PFS_DELEN being
changed from %d to a long-width type.

Use uintmax_t casting and %ju to futureproof the format string against
potential changes with either the #define or the implementation-specific
definition for offsetof(..).

Details

Provenance
ngieAuthored on
Parents
rS320412: Namespace is 32-bits, don't cast it to 16 here
Branches
Unknown
Tags
Unknown