Date: Fri, 6 Aug 2010 05:24:41 +0000 (UTC) From: Neel Natu <neel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/sibyte sb_machdep.c Message-ID: <201008060524.o765OsCT027032@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
neel 2010-08-06 05:24:41 UTC
FreeBSD src repository
Modified files:
sys/mips/sibyte sb_machdep.c
Log:
SVN rev 210910 on 2010-08-06 05:24:41Z by neel
uint64_t is 'unsigned long' in n64 build, so compiler is unhappy if the
format specifier in printf is "%llu".
Use "%ju" instead.
Revision Changes Path
1.14 +3 -3 src/sys/mips/sibyte/sb_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008060524.o765OsCT027032>
