Date: Thu, 7 Nov 2002 13:56:05 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lockf.c Message-ID: <200211072156.gA7Lu5xt055467@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2002/11/07 13:56:05 PST Modified files: sys/kern kern_lockf.c Log: - Fix a bunch of casts to long which were truncating off_t's. - Remove the comments which were justifying this by the fact that we don't have %q in the kernel, this was probably right back in time, but we now have %q, and we even have better to print those types (%j). Revision Changes Path 1.44 +15 -17 src/sys/kern/kern_lockf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211072156.gA7Lu5xt055467>