]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: don't rely on support for '%j' printf format
authorPádraig Brady <P@draigBrady.com>
Tue, 30 Oct 2012 02:12:23 +0000 (02:12 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 4 Nov 2012 00:49:04 +0000 (00:49 +0000)
commit1411022cf23d81bac8176b06008898439a2c1a59
treea278c40679f962a4d2d9191a226d349c8ae716c4
parent5e9401800b186a3746e3b50981ac11b709d3742a
build: don't rely on support for '%j' printf format

* src/factor.c (print_uintmaxes): Replace with PRIuMAX.
* src/join.c (check_order): Likewise.
* cfg.mk (sc_check-j-printf-format): Add a syntax-check rule
to flag new cases of this.
cfg.mk
src/factor.c
src/join.c