Date: Mon, 21 Jun 2004 22:34:57 +0000 (UTC) From: Kelly Yancey <kbyanc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_time.c Message-ID: <200406212234.i5LMYvCA051095@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kbyanc 2004-06-21 22:34:57 UTC
FreeBSD src repository
Modified files:
sys/kern kern_time.c
Log:
Update previous commit to:
* Obtain/release schedlock around calls to calcru.
* Sort switch cases which do not cascade per style(9).
* Sort local variables per style(9).
* Remove "superfluous" whitespace.
* Cleanup handling of NULL uap->tp in clock_getres(). It would probably
be better to return EFAULT like clock_gettime() does by passing the
pointer to copyout(), but I presume it was written to not fail on
purpose in the original code. I'll defer to -standards on this one.
Reported by: bde
Revision Changes Path
1.108 +13 -18 src/sys/kern/kern_time.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406212234.i5LMYvCA051095>
