K 10 svn:author V 6 stevek K 8 svn:date V 27 2018-06-20T06:54:38.667031Z K 7 svn:log V 254 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. END