HomeFreeBSD

Fix build breakage in veriexec for 32-bit architectures.

Description

Fix build breakage in veriexec for 32-bit architectures.

fsid_t and ino_t are 64-bit entities, use uintmax_t typecast to ensure we
can print it on 32-bit or 64-bit architectures by using the %ju format for
prints.

Obtained from: Juniper Networks, Inc.

Details

Provenance
stevekAuthored on
Parents
rS335429: MFC r334777:
Branches
Unknown
Tags
Unknown