In article <20111229042549.daefb17...@cvs.netbsd.org>, Jeff Rizzo <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: riz >Date: Thu Dec 29 04:25:49 UTC 2011 > >Modified Files: > src/lib/libperfuse: debug.c > >Log Message: >Redo previous; remove all the casts I added, and use PRI* macros instead. >(by popular demand - makes sense, too)
- time_t is signed so PRIs64. - Also when wanting to write portable code the cast to intmax_t is preferred, because time_t is not always 64 bit long... christos