On Fri, Oct 18, 2013 at 03:59:38PM +0000, Alan Barrett wrote: > Module Name: xsrc > Committed By: apb > Date: Fri Oct 18 15:59:38 UTC 2013 > > Modified Files: > xsrc/external/mit/xdm/dist/xdm: dm.c > > Log Message: > Print time_t values by casting to intmax_t and using "%ji" format.
Wouldn't the "right" way be PRIdMAX from inttypes(3)? Anyways, for curiosity: is there actually a portable way across operating systems to deal with this? - Jukka.