K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-18T00:55:46.488526Z K 7 svn:log V 216 In usr.sbin/rpc.ypupdated/yp_dbupdate.c, since intmax_t is signed, just like time_t, better use %jd instead of %ju. Strangely enough, neither gcc, clang nor gcc 4.6 warn about this discrepancy... MFC after: 1 week END