cvs commit: src/sys/kern kern_mutex.c

John Baldwin jhb at FreeBSD.org
Sat Jun 3 20:45:43 UTC 2006


jhb         2006-06-03 20:44:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_mutex.c 
  Log:
  Style fix to be more like _mtx_lock_sleep(): use 'while (!foo) { ... }'
  instead of 'for (;;) { if (foo) break; ... }'.
  
  Revision  Changes    Path
  1.171     +1 -3      src/sys/kern/kern_mutex.c


More information about the cvs-src mailing list