Date: Tue, 23 Jun 2009 06:46:14 +0000 (UTC) From: John Hay <jhay@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/sysctl sysctl.c Message-ID: <200906230646.n5N6kd7S048846@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhay 2009-06-23 06:46:14 UTC FreeBSD src repository Modified files: sbin/sysctl sysctl.c Log: SVN rev 194684 on 2009-06-23 06:46:14Z by jhay time_t does not always fit into long, for instance on arm. So rather cast it intmax_t and use %j in printf. Revision Changes Path 1.90 +3 -3 src/sbin/sysctl/sysctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906230646.n5N6kd7S048846>