cvs commit: src/sys/kern subr_prf.c

Robert Watson rwatson at FreeBSD.org
Tue Sep 20 02:55:37 PDT 2005


rwatson     2005-09-20 09:55:36 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_prf.c 
  Log:
  Correct an incorrect comment from the dawn of time: neither tprintf()
  nor uprintf() is believed to perform tsleep() or msleep() as written,
  as ttycheckoutq() is called with '0' as its sleep argument.
  
  Remove recently added WITNESS warnings for sleep as the comment was
  incorrect.  This should silence a warning from the nfs_timer() code.
  
  Discussed with: bde
  
  Revision  Changes    Path
  1.120     +2 -10     src/sys/kern/subr_prf.c


More information about the cvs-all mailing list