On 01/08/2023 14:07, Pádraig Brady wrote:
* cfg.mk (sc_prohibit-c11-printf-format): Renamed and updated from sc_prohibit-c99-printf-format. * src/dd.c: Adjust %td -> %"PRIdMAX". * src/dircolors.c: Likewise. * src/du.c: Likewise. * src/join.c: Likewise. * src/od.c: Likewise. * src/pathchk.c: Likewise.
Actually I see that we've used %td since coreutils 9.1 I'm surprised we've not hit build issues with that, but perhaps we can now use %j, %t, and %z now? cheers, Pádraig