On Sat, Apr 16, 2011 at 02:34:39AM +0000, Brian Koropoff wrote: > The printf builtin modifies the user's format strings > by prefixing integer conversion specifications with the > 'j' (intmax_t) length modifier. Since this is not portable, > instead prefix them with the length modifier extracted from > the PRIdMAX constant. > > Signed-off-by: Brian Koropoff <bkoropoff@xxxxxxxxx> I'm sorry but I'm not taking this. %j is part of ISO C99 and POSIX so please fix your build environment instead. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html