Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2005 09:55:36 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_prf.c
Message-ID:  <200509200955.j8K9ta7w035042@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509200955.j8K9ta7w035042>