K 10 svn:author V 3 mux K 8 svn:date V 27 2004-04-10T11:08:16.000000Z K 7 svn:log V 214 Remove a comment that complains about the lack of %qd, to justify truncating a rlim_t to a long. We have %qd since some time now. However, the correct format to use here is %jd and a cast to intmax_t, so do this. END