FreeBSD/src 6bfe453 (r320413)sys/fs/pseudofs pseudofs_vnops.c

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(..).
DeltaFile
+1-1sys/fs/pseudofs/pseudofs_vnops.c
+1-11 files

UnifiedSplitRaw