Date: Sun, 17 Dec 2006 00:14:20 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_sleepqueue.c Message-ID: <200612170014.kBH0EK70033595@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2006-12-17 00:14:20 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Cleaner fix for handling declaration of loop variable under INVARIANTS - in trying to avoid nested brackets and #ifdef INVARIANTS around i at the top, I broke booting for INVARIANTS all together :-( - the cleanest fix is to simply assign to sq twice if INVARIANTS is enabled - tested both with and without INVARIANTS :-/ Revision Changes Path 1.35 +7 -10 src/sys/kern/subr_sleepqueue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612170014.kBH0EK70033595>