K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-06-27T17:01:46.076704Z K 7 svn:log V 283 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(..). END