Date: Mon, 5 May 2003 09:56:44 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrequest.c vinumrevive.c Message-ID: <200305051656.h45GuiTC088868@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2003/05/05 09:56:44 PDT FreeBSD src repository Modified files: sys/dev/vinum vinumrequest.c vinumrevive.c Log: Fix usages of %ll[dx] with typedef'ed created types. In the kernel it is wrong 99.9 times out of 100 to use %ll rather than cast to intmax_t and use %j. Revision Changes Path 1.66 +15 -15 src/sys/dev/vinum/vinumrequest.c 1.42 +4 -4 src/sys/dev/vinum/vinumrevive.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305051656.h45GuiTC088868>