Date: Wed, 22 May 2002 21:14:18 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c Message-ID: <200205230414.g4N4EIq02981@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/05/22 21:14:18 PDT Modified files: sys/kern kern_synch.c Log: Minor nit: get p pointer in msleep() from td->td_proc (where td == curthread) rather than from curproc. Revision Changes Path 1.173 +1 -1 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205230414.g4N4EIq02981>