Date: Fri, 21 Sep 2001 15:22:25 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_pty.c Message-ID: <200109212222.f8LMMPp16469@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/09/21 15:22:25 PDT
Modified files:
sys/kern tty_pty.c
Log:
Use the passed in thread pointer instead of curthread in calls to
selrecord() in ptcpoll(). The pre-KSE code used the passed in proc pointer
rather than curproc, and an earlier seltrue() call uses the passed in
thread and not curthread.
Revision Changes Path
1.90 +3 -3 src/sys/kern/tty_pty.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?200109212222.f8LMMPp16469>
