cvs commit: src/sys/kern subr_sleepqueue.c

Kip Macy kmacy at FreeBSD.org
Sat Dec 16 16:14:21 PST 2006


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


More information about the cvs-src mailing list