On Mon, May 01, 2006 at 01:27:47PM -0400, Alan Curry wrote: > > What type to use for the printing of this debug message, since there is no > PRI* macro directly corresponding to off_t, is a cosmetic issue. The standard solution is to cast to intmax_t and use %jd. Joerg