]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In usr.sbin/rpc.ypupdated/yp_dbupdate.c, since intmax_t is signed, just
authorDimitry Andric <dim@FreeBSD.org>
Sun, 18 Dec 2011 00:55:46 +0000 (00:55 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Sun, 18 Dec 2011 00:55:46 +0000 (00:55 +0000)
commit0af4e80ae5db85adca581002f59f6bbfbf75a019
treebf1e4c7c8d0525c62f98ffcccb0c937a38c8cdca
parentae1d1536744113e5a8ed936ae9427f7c2b811a78
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
usr.sbin/rpc.ypupdated/yp_dbupdate.c