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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to