]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Minor nit: get p pointer in msleep() from td->td_proc (where
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 23 May 2002 04:14:18 +0000 (04:14 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 23 May 2002 04:14:18 +0000 (04:14 +0000)
commitcc5d39f81e85729c86c749ed58ea777bd88044fa
tree846857610b21c78c808bac2e375369460728e177
parenta79c98fa98919681811481268074ee01a99decb9
Minor nit: get p pointer in msleep() from td->td_proc (where
td == curthread) rather than from curproc.
sys/kern/kern_synch.c